Home
last modified time | relevance | path

Searched refs:xGroup (Results 26 – 35 of 35) sorted by relevance

12

/trunk/main/offapi/com/sun/star/configuration/
H A DGroupUpdate.idl65 <code>xGroup.setPropertyValue( aName, aValue )</code> is equivalent to
66 <code>xGroup.replaceByName( aName, aValue )</code>.
H A DGroupAccess.idl62 <code>xGroup.getPropertyValue( aName ) == xGroup.getByName( aName )</code>.
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx555 Reference< drawing::XShapes > xGroup( ShapeFactory::createGroup3D( xTarget, rtl::OUString() ) ); in createPyramid() local
695 …ShapeFactory::createStripe( xGroup, aStripe1, xSourceProp, rPropertyNameMap, bDoubleSided, nRotate… in createPyramid()
696 …ShapeFactory::createStripe( xGroup, aStripe2, xSourceProp, rPropertyNameMap, bDoubleSided, nRotate… in createPyramid()
697 …ShapeFactory::createStripe( xGroup, aStripe3, xSourceProp, rPropertyNameMap, bDoubleSided, nRotate… in createPyramid()
698 …ShapeFactory::createStripe( xGroup, aStripe4, xSourceProp, rPropertyNameMap, bDoubleSided, nRotate… in createPyramid()
699 …ShapeFactory::createStripe( xGroup, aStripeBottom, xSourceProp, rPropertyNameMap, bDoubleSided, nR… in createPyramid()
701 return Reference< drawing::XShape >( xGroup, uno::UNO_QUERY ); in createPyramid()
H A DChartView.cxx2444 Reference< drawing::XShapeGroup > xGroup( xShapes, uno::UNO_QUERY ); in lcl_removeEmptyGroupShapes() local
2446 if( xGroup.is() ) in lcl_removeEmptyGroupShapes()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DDesignTemplate.java215 XGroup xGroup = UnoRuntime.queryInterface(XGroup.class, aGroup); in analyseReportDefinition() local
216 XSection xGroupSection = xGroup.getHeader(); in analyseReportDefinition()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx1295 uno::Reference< XAutoTextGroup > xGroup; in ResumeShowAutoText() local
1297 if((aGroup >>= xGroup) && xGroup->hasByName(uShortName)) in ResumeShowAutoText()
1299 uno::Any aEntry(xGroup->getByName(uShortName)); in ResumeShowAutoText()
/trunk/main/offapi/com/sun/star/drawing/
H A DXShapeCombiner.idl79 void split( [in] com::sun::star::drawing::XShape xGroup );
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx672 Reference< drawing::XShapes > xGroup; in ImpRecursiveObjectCount() local
674 if((aAny >>= xGroup) && xGroup.is()) in ImpRecursiveObjectCount()
677 nRetval += 1 + ImpRecursiveObjectCount(xGroup); in ImpRecursiveObjectCount()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx1618 void SAL_CALL SdGenericDrawPage::split( const Reference< drawing::XShape >& xGroup ) in split() argument
1625 if(mpView==NULL||!xGroup.is()||GetPage()==NULL) in split()
1629 _SelectObjectInView( xGroup, pPageView ); in split()
H A Dunopage.hxx128 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xGroup ) throw(::com::sun…

Completed in 103 milliseconds

12