Searched refs:viewBox_set (Results 1 - 23 of 23) sorted by relevance

/inkscape/src/
H A Dviewbox.h29 bool viewBox_set; member in class:SPViewBox
H A Dviewbox.cpp23 : viewBox_set(false)
64 this->viewBox_set = true;
66 this->viewBox_set = false;
69 this->viewBox_set = false;
251 if (this->viewBox_set) {
260 if (this->viewBox_set) {
H A Dsp-root.cpp225 if( this->viewBox_set ) {
340 if (this->viewBox_set) {
H A Ddocument.cpp609 root->viewBox_set = true;
623 if( root->viewBox_set ) {
669 if (root->viewBox_set && changeSize) {
684 if (root->width.unit == SVGLength::PERCENT && root->viewBox_set) {
709 if (root->viewBox_set && changeSize)
723 if (root->height.unit == SVGLength::PERCENT && root->viewBox_set) {
748 if (root->viewBox_set && changeSize)
757 if (root->viewBox_set) {
767 root->viewBox_set = true;
1140 if (root->viewBox_set) { // i
[all...]
H A Dpersp3d.cpp99 if( root->viewBox_set ) {
176 if( document->getRoot()->viewBox_set ) {
243 if( root->viewBox_set ) {
H A Dsp-guide.cpp163 if( root->viewBox_set ) {
212 if( root->viewBox_set ) {
372 if( root->viewBox_set ) {
H A Dsp-image.cpp411 this->viewBox_set = true;
H A Dsp-pattern.cpp501 if (pat_i->viewBox_set) {
H A Dfile.cpp145 if (!doc->getRoot()->viewBox_set
294 if (!doc->getRoot()->viewBox_set
H A Dsp-namedview.cpp266 if (document->getRoot()->viewBox_set) {
557 if (value && document->getRoot()->viewBox_set) {
H A Ddesktop-events.cpp235 if( root->viewBox_set ) {
/inkscape/src/extension/internal/
H A Dwpg-input.cpp131 if (doc && !doc->getRoot()->viewBox_set) {
H A Dmetafile-inout.cpp186 if (doc && !doc->getRoot()->viewBox_set) {
H A Dcdr-input.cpp280 if (doc && !doc->getRoot()->viewBox_set) {
H A Dgdkpixbuf-input.cpp142 if (!doc->getRoot()->viewBox_set) {
H A Dvsd-input.cpp283 if (doc && !doc->getRoot()->viewBox_set) {
H A Dcairo-render-context.cpp1036 if (pat->viewBox_set) {
/inkscape/src/ui/widget/
H A Dregistered-widget.cpp247 if (root->viewBox_set) {
/inkscape/src/display/
H A Dcanvas-grid.cpp373 if( root->viewBox_set ) {
540 if( root->viewBox_set ) {
H A Dcanvas-axonomgrid.cpp216 if( root->viewBox_set ) {
/inkscape/src/ui/dialog/
H A Ddocument-properties.cpp1473 } else if (doc_w_unit == "%" && dt->getDocument()->getRoot()->viewBox_set) {
1481 } else if (doc_h_unit == "%" && dt->getDocument()->getRoot()->viewBox_set) {
1698 if (doc->getRoot()->viewBox_set) {
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.cpp921 if (!doc->getRoot()->viewBox_set) {
/inkscape/src/ui/
H A Dinterface.cpp330 if (!doc->getRoot()->viewBox_set) {

Completed in 3157 milliseconds