Home
last modified time | relevance | path

Searched refs:nConst (Results 1 – 11 of 11) sorted by relevance

/trunk/main/rsc/source/res/
H A Drscconst.cxx137 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 Drscflag.cxx75 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 Drsccont.cxx594 Atom nConst; in SetConst() local
602 aError = aTmpI.pClass->GetConst( aTmpI, &nConst ); in SetConst()
609 aError = aTmpI.pClass->GetConst( aTmpI, &nConst ); in SetConst()
/trunk/main/idlc/source/
H A Dastenum.cxx80 sal_uInt16 nConst = getNodeCount(NT_enum_val); in dump() local
81 if ( nConst > 0 ) in dump()
87 nConst, 0, 0); in dump()
H A Dastdump.cxx63 sal_uInt16 nConst = getNodeCount(NT_const); in dump() local
65 if ( nConst > 0 ) in dump()
76 nConst, 0, 0); in dump()
/trunk/main/xmloff/source/style/
H A DXMLConstantsPropertyHandler.cxx90 sal_uInt16 nConst = static_cast<sal_uInt16>( nEnum ); in exportXML() local
93 aOut, nConst, pMap, eDefault ); in exportXML()
/trunk/main/rsc/source/parser/
H A Drscdb.cxx393 sal_uInt32 nConst, sal_uInt32 nId, sal_Bool bFirst ) in PutSysName() argument
405 && pSysEntry->nTyp == nConst in PutSysName()
416 pSysEntry->nTyp = nConst; in PutSysName()
/trunk/main/sw/source/ui/vba/
H A Dvbaborders.cxx247 sal_Int32 getTableIndex( sal_Int32 nConst ) in getTableIndex() argument
255 if ( *pTableEntry == nConst ) in getTableIndex()
/trunk/main/sc/source/ui/vba/
H A Dvbaborders.cxx311 sal_Int32 getTableIndex( sal_Int32 nConst ) in getTableIndex() argument
319 if ( *pTableEntry == nConst ) in getTableIndex()
/trunk/main/rsc/inc/
H A Drscdb.hxx338 sal_uInt32 PutSysName( sal_uInt32 nRscTyp, char * pName, sal_uInt32 nConst,
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc3379 AliERRTYPE RscInst::SetConst( HASHID nConst );
3383 In die Instanz wird die Konstante nConst eingesetzt.

Completed in 72 milliseconds