Searched refs:xShapesEnum (Results 1 – 1 of 1) sorted by relevance
1578 Reference<XEnumeration> xShapesEnum = pBoundFrameSets->GetShapes()->createEnumeration(); in collectTextAutoStylesOptimized() local1579 if(xShapesEnum.is()) in collectTextAutoStylesOptimized()1580 while(xShapesEnum->hasMoreElements()) in collectTextAutoStylesOptimized()1582 Reference<XTextContent> xTxtCntnt(xShapesEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized()3710 Reference<XEnumeration> xShapesEnum = pBoundFrameSets->GetShapes()->createEnumeration(); in PreventExportOfControlsInMuteSections() local3711 if(!xShapesEnum.is()) in PreventExportOfControlsInMuteSections()3713 while( xShapesEnum->hasMoreElements() ) in PreventExportOfControlsInMuteSections()3721 Reference<XControlShape> xControlShape(xShapesEnum->nextElement(), UNO_QUERY); in PreventExportOfControlsInMuteSections()