Home
last modified time | relevance | path

Searched refs:bGotSelection (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/filter/source/svg/
H A Dsvgfilter.cxx107 bool bGotSelection(false); in filter() local
156 bGotSelection = (sal_True == ( aSelection >>= xShapes )); in filter()
164 if(bSelectionOnly && bGotSelection && 0 == xShapes->getCount()) in filter()
176 if(bSinglePage || bGotSelection) in filter()
181 … aNewDescriptor.realloc(nOldLength + (bSinglePage ? 1 : 0) + (bGotSelection ? 1 : 0)); in filter()
190 if(bGotSelection) in filter()

Completed in 14 milliseconds