Searched refs:rRscId (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/rsc/inc/ |
H A D | rscdef.hxx | 97 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 D | rscclobj.hxx | 100 ObjNode * GetObjNode( const RscId &rRscId );
|
H A D | rsccont.hxx | 85 const RscId & rRscId);
|
H A D | rscrange.hxx | 156 ERRTYPE SetRef( const RSCINST &, const RscId & rRscId );
|
H A D | rscinst.hxx | 86 ERRTYPE SetRef( const RscId & rRscId );
|
H A D | rsctop.hxx | 150 const RscId & rRscId);
|
/aoo4110/main/rsc/source/tools/ |
H A D | rscdef.cxx | 109 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 …]
|
/aoo4110/main/rsc/source/res/ |
H A D | rscrange.cxx | 628 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 D | rscclobj.cxx | 99 ObjNode * RefNode :: GetObjNode( const RscId & rRscId ){ in GetObjNode() argument 106 return( pObjBiTree->Search( rRscId ) ); in GetObjNode()
|
H A D | rsccont.cxx | 985 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 D | rsctop.cxx | 417 const RscId & rRscId ) in SetPosRscId() argument 421 SetPosRscId( rInst, nPos, rRscId ); in SetPosRscId()
|
/aoo4110/main/rsc/doku/feinkonz.43/ |
H A D | rscinst.doc | 2931 ERRTYPE SetRef( const RscId & rRscId );
|
Completed in 35 milliseconds