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()3708 Reference<XEnumeration> xShapesEnum = pBoundFrameSets->GetShapes()->createEnumeration(); in PreventExportOfControlsInMuteSections() local3709 if(!xShapesEnum.is()) in PreventExportOfControlsInMuteSections()3711 while( xShapesEnum->hasMoreElements() ) in PreventExportOfControlsInMuteSections()3719 Reference<XControlShape> xControlShape(xShapesEnum->nextElement(), UNO_QUERY); in PreventExportOfControlsInMuteSections()