Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1294 static sal_Bool hasVisibleShape( const Reference< XShape >& xShape ) in hasVisibleShape() function
1376 … addValue( pSet, nHandleHasVisibleShape, Any( hasVisibleShape( pEffect->getTargetShape() ) ) ); in createSelectionSet()
2057 if( xShape.is() && !hasVisibleShape( xShape ) ) in onChange()