Searched refs:nConst (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/rsc/source/res/ |
H A D | rscconst.cxx | 137 sal_Bool RscConst::GetConstValue( Atom nConst, sal_Int32 * pValue ) const in GetConstValue() argument 142 if( pVarArray[ i ].nId == nConst ) in GetConstValue() 183 sal_uInt32 RscConst::GetConstPos( Atom nConst ) in GetConstPos() argument 189 if( pVarArray[ i ].nId == nConst ) in GetConstPos() 259 ERRTYPE RscEnum::SetConst( const RSCINST & rInst, Atom nConst, sal_Int32 /*nVal*/ ) in SetConst() argument 263 if( nEntries != (i = GetConstPos( nConst )) ) in SetConst()
|
H A D | rscflag.cxx | 75 ERRTYPE RscFlag::SetNotConst( const RSCINST & rInst, Atom nConst ) in SetNotConst() argument 79 if( nEntries != (i = GetConstPos( nConst )) ){ in SetNotConst() 99 ERRTYPE RscFlag::SetConst( const RSCINST & rInst, Atom nConst, sal_Int32 /*nVal*/ ) in SetConst() argument 103 if( nEntries != (i = GetConstPos( nConst )) ){ in SetConst()
|
H A D | rsccont.cxx | 594 Atom nConst; in SetConst() local 602 aError = aTmpI.pClass->GetConst( aTmpI, &nConst ); in SetConst() 609 aError = aTmpI.pClass->GetConst( aTmpI, &nConst ); in SetConst()
|
/aoo41x/main/idlc/source/ |
H A D | astenum.cxx | 80 sal_uInt16 nConst = getNodeCount(NT_enum_val); in dump() local 81 if ( nConst > 0 ) in dump() 87 nConst, 0, 0); in dump()
|
H A D | astdump.cxx | 63 sal_uInt16 nConst = getNodeCount(NT_const); in dump() local 65 if ( nConst > 0 ) in dump() 76 nConst, 0, 0); in dump()
|
/aoo41x/main/xmloff/source/style/ |
H A D | XMLConstantsPropertyHandler.cxx | 90 sal_uInt16 nConst = static_cast<sal_uInt16>( nEnum ); in exportXML() local 93 aOut, nConst, pMap, eDefault ); in exportXML()
|
/aoo41x/main/rsc/source/parser/ |
H A D | rscdb.cxx | 393 sal_uInt32 nConst, sal_uInt32 nId, sal_Bool bFirst ) in PutSysName() argument 405 && pSysEntry->nTyp == nConst in PutSysName() 416 pSysEntry->nTyp = nConst; in PutSysName()
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbaborders.cxx | 247 sal_Int32 getTableIndex( sal_Int32 nConst ) in getTableIndex() argument 255 if ( *pTableEntry == nConst ) in getTableIndex()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaborders.cxx | 311 sal_Int32 getTableIndex( sal_Int32 nConst ) in getTableIndex() argument 319 if ( *pTableEntry == nConst ) in getTableIndex()
|
/aoo41x/main/rsc/inc/ |
H A D | rscdb.hxx | 338 sal_uInt32 PutSysName( sal_uInt32 nRscTyp, char * pName, sal_uInt32 nConst,
|
/aoo41x/main/rsc/doku/feinkonz.43/ |
H A D | rscinst.doc | 3379 AliERRTYPE RscInst::SetConst( HASHID nConst ); 3383 In die Instanz wird die Konstante nConst eingesetzt.
|
Completed in 81 milliseconds