Searched refs:RegisterObjectBar (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | objface.hxx | 87 void RegisterObjectBar( sal_uInt16, const ResId&, const String* pST=0 ); 88 void RegisterObjectBar( sal_uInt16, const ResId&, sal_uInt32 nFeature, const String* pST=0 ); 145 …void RegisterObjectBar( sal_uInt16, const ResId&, sal_uInt32 nFeature, const String* pS…
|
H A D | shell.hxx | 389 GetStaticInterface()->RegisterObjectBar( nPos, rResId ) 392 GetStaticInterface()->RegisterObjectBar( nPos, rResId, nFeature )
|
/aoo41x/main/sfx2/source/control/ |
H A D | objface.cxx | 409 void SfxInterface::RegisterObjectBar( sal_uInt16 nPos, const ResId& rResId, in RegisterObjectBar() function in SfxInterface 412 RegisterObjectBar( nPos, rResId, 0UL, pStr ); in RegisterObjectBar() 416 void SfxInterface::RegisterObjectBar( sal_uInt16 nPos, const ResId& rResId, sal_uInt32 nFeature, co… in RegisterObjectBar() function in SfxInterface
|
Completed in 17 milliseconds