Home
last modified time | relevance | path

Searched refs:rRscId (Results 1 – 12 of 12) sorted by relevance

/trunk/main/rsc/inc/
H A Drscdef.hxx97 RscId( const RscId& rRscId );
99 RscId& operator = ( const RscId& rRscId );
106 sal_Bool operator < ( const RscId& rRscId ) const;
107 sal_Bool operator > ( const RscId& rRscId ) const;
108 sal_Bool operator == ( const RscId& rRscId ) const;
109 sal_Bool operator <= ( const RscId& rRscId ) const in operator <=()
110 { return !(operator > ( rRscId )); } in operator <=()
111 sal_Bool operator >= ( const RscId& rRscId ) const in operator >=()
112 { return !(operator < ( rRscId )); } in operator >=()
H A Drscclobj.hxx100 ObjNode * GetObjNode( const RscId &rRscId );
H A Drsccont.hxx85 const RscId & rRscId);
H A Drscrange.hxx156 ERRTYPE SetRef( const RSCINST &, const RscId & rRscId );
H A Drscinst.hxx86 ERRTYPE SetRef( const RscId & rRscId );
H A Drsctop.hxx150 const RscId & rRscId);
/trunk/main/rsc/source/tools/
H A Drscdef.cxx109 RscId::RscId( const RscId& rRscId ){ in RscId() argument
110 aExp = rRscId.aExp; in RscId()
141 RscId& RscId::operator = ( const RscId& rRscId ){ in operator =() argument
142 if( rRscId.aExp.IsDefinition() ) in operator =()
143 rRscId.aExp.aExp.pDef->IncRef(); in operator =()
145 aExp = rRscId.aExp; in operator =()
160 return( GetNumber() == rRscId.GetNumber() ); in operator ==()
172 sal_Bool RscId::operator < ( const RscId& rRscId ) const in operator <()
174 return( GetNumber() < rRscId.GetNumber() ); in operator <()
186 sal_Bool RscId::operator > ( const RscId& rRscId ) const in operator >()
[all …]
/trunk/main/rsc/source/res/
H A Drscrange.cxx628 ERRTYPE RscIdRange::SetRef( const RSCINST & rInst, const RscId & rRscId ){ in SetRef() argument
630 if( rRscId.IsId() ){ in SetRef()
631 aError = SetNumber( rInst, rRscId ); in SetRef()
633 *(RscId *)rInst.pData = rRscId; in SetRef()
H A Drscclobj.cxx99 ObjNode * RefNode :: GetObjNode( const RscId & rRscId ){ in GetObjNode() argument
106 return( pObjBiTree->Search( rRscId ) ); in GetObjNode()
H A Drsccont.cxx985 RscTypCont * pTC, const RscId & rRscId ) in WriteHxx() argument
991 aError = RscTop::WriteHxx( rInst, fOutput, pTC, rRscId ); in WriteHxx()
1020 RscTypCont * pTC, const RscId & rRscId ) in WriteCxx() argument
1026 aError = RscTop::WriteCxx( rInst, fOutput, pTC, rRscId ); in WriteCxx()
H A Drsctop.cxx417 const RscId & rRscId ) in SetPosRscId() argument
421 SetPosRscId( rInst, nPos, rRscId ); in SetPosRscId()
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc2931 ERRTYPE SetRef( const RscId & rRscId );

Completed in 48 milliseconds