Searched refs:SwGetPoolIdFromName (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/inc/ |
H A D | SwGetPoolIdFromName.hxx | 29 typedef sal_uInt16 SwGetPoolIdFromName; typedef 33 const SwGetPoolIdFromName GET_POOLID_TXTCOLL = 0x01; 34 const SwGetPoolIdFromName GET_POOLID_CHRFMT = 0x02; 35 const SwGetPoolIdFromName GET_POOLID_FRMFMT = 0x04; 36 const SwGetPoolIdFromName GET_POOLID_PAGEDESC = 0x08; 37 const SwGetPoolIdFromName GET_POOLID_NUMRULE = 0x10;
|
H A D | SwStyleNameMapper.hxx | 141 static const NameToIdHash& getHashTable ( SwGetPoolIdFromName, sal_Bool bProgName ); 147 static const String& GetUIName ( const String& rName, SwGetPoolIdFromName ); 148 …static void FillUIName ( const String& rName, String& rFillName, SwGetPoolIdFromName, sal_Boo… 151 static const String& GetProgName ( const String& rName, SwGetPoolIdFromName ); 152 …static void FillProgName ( const String& rName, String& rFillName, SwGetPoolIdFromName, sal_B… 163 SW_DLLPUBLIC static sal_uInt16 GetPoolIdFromUIName( const String& rName, SwGetPoolIdFromName ); 166 static sal_uInt16 GetPoolIdFromProgName( const String& rName, SwGetPoolIdFromName );
|
/aoo4110/main/sw/source/core/doc/ |
H A D | SwStyleNameMapper.cxx | 349 const NameToIdHash & SwStyleNameMapper::getHashTable ( SwGetPoolIdFromName eFlags, sal_Bool bProgNa… in getHashTable() 620 const String& SwStyleNameMapper::GetUIName ( const String& rName, SwGetPoolIdFromName eFlags ) in GetUIName() 628 const String& SwStyleNameMapper::GetProgName( const String& rName, SwGetPoolIdFromName eFlags ) in GetProgName() 635 void SwStyleNameMapper::FillProgName ( const String& rName, String& rFillName, SwGetPoolIdFromName … in FillProgName() 664 void SwStyleNameMapper::FillUIName ( const String& rName, String& rFillName, SwGetPoolIdFromName eF… in FillUIName() 873 sal_uInt16 SwStyleNameMapper::GetPoolIdFromUIName( const String& rName, SwGetPoolIdFromName eFlags ) in GetPoolIdFromUIName() 880 sal_uInt16 SwStyleNameMapper::GetPoolIdFromProgName( const String& rName, SwGetPoolIdFromName eFlag… in GetPoolIdFromProgName()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docstyle.cxx | 483 SwGetPoolIdFromName eGetType; in GetParent() 2856 … sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName(*rList[i], (SwGetPoolIdFromName)nSection); in AppendStyleList()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 159 SwGetPoolIdFromName lcl_GetSwEnumFromSfxEnum ( SfxStyleFamily eFamily ) in lcl_GetSwEnumFromSfxEnum()
|
Completed in 75 milliseconds