Searched refs:rApiName (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/xmloff/source/style/ |
H A D | xmlexppr.cxx | 175 FilterPropertyInfo_Impl( const rtl::OUString& rApiName, 195 const rtl::OUString& rApiName, in FilterPropertyInfo_Impl() argument 197 sApiName( rApiName ), in FilterPropertyInfo_Impl() 220 void AddProperty(const rtl::OUString& rApiName, const sal_uInt32 nIndex); 275 const rtl::OUString& rApiName, const sal_uInt32 nIndex) in AddProperty() argument 277 aPropInfos.push_back(FilterPropertyInfo_Impl(rApiName, nIndex)); in AddProperty()
|
/aoo41x/main/svx/inc/svx/ |
H A D | unoapi.hxx | 90 …ameForItem( const sal_Int16 nWhich, const String& rInternalName, rtl::OUString& rApiName ) throw(); 95 …UnogetInternalNameForItem( const sal_Int16 nWhich, const rtl::OUString& rApiName, String& rInterna…
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unoprov.cxx | 1328 …NameForItem( const sal_Int16 nWhich, const String& rInternalName, rtl::OUString& rApiName ) throw() in SvxUnogetApiNameForItem() argument 1337 rApiName = aNew; in SvxUnogetApiNameForItem() 1351 rApiName = aNew; in SvxUnogetApiNameForItem() 1359 rApiName = rInternalName; in SvxUnogetApiNameForItem() 1365 void SvxUnogetInternalNameForItem( const sal_Int16 nWhich, const rtl::OUString& rApiName, String& r… in SvxUnogetInternalNameForItem() argument 1368 String aNew = rApiName; in SvxUnogetInternalNameForItem() 1396 rInternalName = rApiName; in SvxUnogetInternalNameForItem()
|
H A D | unoshap2.cxx | 721 static bool lcl_convertPropertyName( const OUString& rApiName, OUString& rInternalName ) in lcl_convertPropertyName() argument 726 …if( rApiName.reverseCompareToAsciiL( SvxShapeControlPropertyMapping[i].mpAPIName, SvxShapeControlP… in lcl_convertPropertyName()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 2225 String getUiNameFromPageApiNameImpl( const OUString& rApiName ) in getUiNameFromPageApiNameImpl() argument 2228 if( rApiName.compareTo( aDefPageName, aDefPageName.Len() ) == 0 ) in getUiNameFromPageApiNameImpl() 2230 OUString aNumber( rApiName.copy( sizeof( sEmptyPageName ) - 1 ) ); in getUiNameFromPageApiNameImpl() 2260 return rApiName; in getUiNameFromPageApiNameImpl() 2263 String SdDrawPage::getUiNameFromPageApiName( const OUString& rApiName ) in getUiNameFromPageApiName() argument 2265 return getUiNameFromPageApiNameImpl( rApiName ); in getUiNameFromPageApiName()
|
H A D | unopage.hxx | 187 static String getUiNameFromPageApiName( const ::rtl::OUString& rApiName );
|
H A D | unoobj.cxx | 105 extern String getUiNameFromPageApiNameImpl( const ::rtl::OUString& rApiName );
|
/aoo41x/main/sd/source/core/ |
H A D | stlsheet.cxx | 161 void SdStyleSheet::SetApiName( const OUString& rApiName ) in SetApiName() argument 163 msApiName = rApiName; in SetApiName()
|
/aoo41x/main/svx/source/accessibility/ |
H A D | DescriptionGenerator.cxx | 64 void SvxUnogetInternalNameForItem( const sal_Int16 nWhich, const rtl::OUString& rApiName, String& r…
|
/aoo41x/main/sd/inc/ |
H A D | stlsheet.hxx | 75 void SetApiName( const ::rtl::OUString& rApiName );
|
/aoo41x/main/sd/source/ui/slideshow/ |
H A D | slideshow.cxx | 77 extern String getUiNameFromPageApiNameImpl( const ::rtl::OUString& rApiName );
|
H A D | slideshowimpl.cxx | 107 extern String getUiNameFromPageApiNameImpl( const OUString& rApiName );
|
Completed in 153 milliseconds