Searched refs:RscNameTable (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/rsc/source/parser/ |
H A D | rsckey.cxx | 76 RscNameTable::RscNameTable() { function in RscNameTable 91 RscNameTable::~RscNameTable() { 106 void RscNameTable::SetSort( sal_Bool bSorted ){ 124 Atom RscNameTable::Put( Atom nName, sal_uInt32 nTyp, long nValue ){ 142 Atom RscNameTable::Put( const char * pName, sal_uInt32 nTyp, long nValue ) 147 Atom RscNameTable::Put( Atom nName, sal_uInt32 nTyp ) 152 Atom RscNameTable::Put( const char * pName, sal_uInt32 nTyp ) 160 Atom RscNameTable::Put( Atom nName, sal_uInt32 nTyp, RscTop * pClass ) 165 Atom RscNameTable::Put( const char * pName, sal_uInt32 nTyp, RscTop * pClass ) 179 sal_Bool RscNameTable::Get( Atom nName, KEY_STRUCT * pEle ){
|
H A D | rscibas.cxx | 87 void RscLangEnum::Init( RscNameTable& rNames ) in Init() 184 Atom RscLangEnum::AddLanguage( const char* pLang, RscNameTable& rNames ) in AddLanguage()
|
/aoo41x/main/rsc/inc/ |
H A D | rsckey.hxx | 37 class RscNameTable { class 42 RscNameTable(); 43 ~RscNameTable();
|
H A D | rscconst.hxx | 91 class RscNameTable; 101 void Init( RscNameTable& rNames ); 103 Atom AddLanguage( const char* pLang, RscNameTable& rNames );
|
H A D | rscdb.hxx | 292 RscNameTable aNmTb; // Tabelle fuer Namen
|
Completed in 28 milliseconds