Home
last modified time | relevance | path

Searched refs:rApiName (Results 1 – 12 of 12) sorted by path

/trunk/main/sd/inc/
H A Dstlsheet.hxx75 void SetApiName( const ::rtl::OUString& rApiName );
/trunk/main/sd/source/core/
H A Dstlsheet.cxx161 void SdStyleSheet::SetApiName( const OUString& rApiName ) in SetApiName() argument
163 msApiName = rApiName; in SetApiName()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx77 extern String getUiNameFromPageApiNameImpl( const ::rtl::OUString& rApiName );
H A Dslideshowimpl.cxx107 extern String getUiNameFromPageApiNameImpl( const OUString& rApiName );
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx105 extern String getUiNameFromPageApiNameImpl( const ::rtl::OUString& rApiName );
H A Dunopage.cxx2225 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 Dunopage.hxx187 static String getUiNameFromPageApiName( const ::rtl::OUString& rApiName );
/trunk/main/svx/inc/svx/
H A Dunoapi.hxx90 …ameForItem( const sal_Int16 nWhich, const String& rInternalName, rtl::OUString& rApiName ) throw();
95 …UnogetInternalNameForItem( const sal_Int16 nWhich, const rtl::OUString& rApiName, String& rInterna…
/trunk/main/svx/source/accessibility/
H A DDescriptionGenerator.cxx64 void SvxUnogetInternalNameForItem( const sal_Int16 nWhich, const rtl::OUString& rApiName, String& r…
/trunk/main/svx/source/unodraw/
H A Dunoprov.cxx1328 …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 Dunoshap2.cxx721 static bool lcl_convertPropertyName( const OUString& rApiName, OUString& rInternalName ) in lcl_convertPropertyName() argument
726 …if( rApiName.reverseCompareToAsciiL( SvxShapeControlPropertyMapping[i].mpAPIName, SvxShapeControlP… in lcl_convertPropertyName()
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx175 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()

Completed in 100 milliseconds