Home
last modified time | relevance | path

Searched refs:GetApiName (Results 1 – 5 of 5) sorted by path

/trunk/main/sd/inc/
H A Dstlsheet.hxx76 rtl::OUString GetApiName() const;
/trunk/main/sd/source/core/
H A Dstlfamily.cxx91 maStyleSheets[ pStyle->GetApiName() ] = rtl::Reference< SdStyleSheet >( pStyle ); in getStyleSheets()
168 if( pStyle && (pStyle->GetFamily() == mnFamily) && (pStyle->GetApiName() == rName) ) in GetSheetByName()
269 *pNames++ = xStyle->GetApiName(); in getElementNames()
289 aNames.push_back( pStyle->GetApiName() ); in getElementNames()
316 if( pStyle && (pStyle->GetFamily() == mnFamily) && ( pStyle->GetApiName() == aName ) ) in hasByName()
H A Dstlsheet.cxx166 rtl::OUString SdStyleSheet::GetApiName() const in GetApiName() function in SdStyleSheet
999 return GetApiName(); in getName()
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx2104 const OUString aName( pStyleSheet->GetApiName() ); in OnEndPasteOrDrop()
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx178 const OUString& GetApiName() const { return sApiName; } in GetApiName() function in FilterPropertyInfo_Impl
190 return (GetApiName() < rArg.GetApiName()); in operator <()
311 if ( aOld->GetApiName().equals( aCurrent->GetApiName() ) ) in GetApiNames()
334 *pNames = aItr->GetApiName(); in GetApiNames()
365 if (pResults->Name == aPropIter->GetApiName()) in FillPropertyStateArray()
460 *pAPINames++ = aItr->GetApiName(); in FillPropertyStateArray()
545 rPropSet->getPropertyValue( aItr->GetApiName() ); in FillPropertyStateArray()

Completed in 40 milliseconds