Lines Matching refs:RSCINST

83 RSCINST RscTop::GetDefault()  in GetDefault()
86 aDfltInst = this->Create( NULL, RSCINST() ); in GetDefault()
103 aDfltInst = RSCINST(); in Pre_dtor()
163 ERRTYPE RscTop :: GetRef( const RSCINST & rInst, RscId * pRscId ){ in GetRef()
197 RSCINST * pDflt, RSCVAR nVarType, sal_uInt32 nMask, in SetVariable()
232 RSCINST RscTop::GetVariable in GetVariable()
234 const RSCINST & rInst, in GetVariable()
236 const RSCINST & rInitInst, in GetVariable()
245 return RSCINST(); in GetVariable()
257 RSCINST RscTop::GetCopyVar( const RSCINST & rInst, Atom nVarName ) in GetCopyVar()
263 return RSCINST(); in GetCopyVar()
275 RSCINST RscTop::GetTupelVar( const RSCINST & rInst, sal_uInt32 nPos, in GetTupelVar()
276 const RSCINST & rInitInst ) in GetTupelVar()
281 return RSCINST(); in GetTupelVar()
293 ERRTYPE RscTop::GetElement( const RSCINST & rInst, const RscId & rEleName, in GetElement()
294 RscTop *pCreateClass, const RSCINST & rCreateInst, in GetElement()
295 RSCINST * pGetInst ) in GetElement()
317 const RSCINST & rInst, in GetArrayEle()
320 RSCINST * pGetInst in GetArrayEle()
340 const RSCINST & rInst, in GetValueEle()
343 RSCINST * pGetInst in GetValueEle()
361 RSCINST RscTop::SearchEle( const RSCINST & rInst, const RscId & rEleName, in SearchEle()
368 return RSCINST(); in SearchEle()
380 RSCINST RscTop::GetPosEle( const RSCINST & rInst, sal_uInt32 nPos ){ in GetPosEle()
385 return RSCINST(); in GetPosEle()
397 ERRTYPE RscTop::MovePosEle( const RSCINST & rInst, sal_uInt32 nDestPos, in MovePosEle()
416 ERRTYPE RscTop::SetPosRscId( const RSCINST & rInst, sal_uInt32 nPos, in SetPosRscId()
435 SUBINFO_STRUCT RscTop::GetInfoEle( const RSCINST & rInst, sal_uInt32 nPos ){ in GetInfoEle()
452 sal_uInt32 RscTop::GetCount( const RSCINST & rInst ){ in GetCount()
468 ERRTYPE RscTop::SetNumber( const RSCINST & rInst, sal_Int32 lValue ){ in SetNumber()
485 ERRTYPE RscTop::SetBool( const RSCINST & rInst, sal_Bool bValue ){ in SetBool()
502 ERRTYPE RscTop::SetConst( const RSCINST & rInst, Atom nId, sal_Int32 nVal ) in SetConst()
519 ERRTYPE RscTop::SetNotConst( const RSCINST & rInst, Atom nId ){ in SetNotConst()
536 ERRTYPE RscTop::SetString( const RSCINST & rInst, const char * pStr ){ in SetString()
553 ERRTYPE RscTop::GetNumber( const RSCINST & rInst, sal_Int32 * pN ){ in GetNumber()
570 ERRTYPE RscTop::GetBool( const RSCINST & rInst, sal_Bool * pB ){ in GetBool()
587 ERRTYPE RscTop::GetConst( const RSCINST & rInst, Atom * pH ){ in GetConst()
604 ERRTYPE RscTop::GetString( const RSCINST & rInst, char ** ppStr ){ in GetString()
621 RSCINST RscTop::Create( RSCINST * pInst, const RSCINST & rDefInst, sal_Bool bOwnRange ) in Create()
629 return RSCINST(); in Create()
642 void RscTop::Destroy( const RSCINST & rInst ){ in Destroy()
656 sal_Bool RscTop::IsConsistent( const RSCINST & rInst, in IsConsistent()
674 void RscTop::SetToDefault( const RSCINST & rInst ) in SetToDefault()
689 sal_Bool RscTop::IsDefault( const RSCINST & rInst ){ in IsDefault()
705 sal_Bool RscTop::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){ in IsValueDefault()
721 void RscTop::SetDefault( const RSCINST & rInst, Atom nVarId ){ in SetDefault()
735 RSCINST RscTop::GetDefault( Atom nVarId ){ in GetDefault()
740 return RSCINST(); in GetDefault()
752 void RscTop::Delete( const RSCINST & rInst, RscTop * pClass, in Delete()
768 void RscTop::DeletePos( const RSCINST & rInst, sal_uInt32 nPos ) in DeletePos()
783 ERRTYPE RscTop::SetRef( const RSCINST & rInst, const RscId & rRefId ){ in SetRef()
799 ERRTYPE RscTop::WriteHxxHeader( const RSCINST & rInst, FILE * fOutput, in WriteHxxHeader()
817 ERRTYPE RscTop::WriteHxx( const RSCINST & rInst, FILE * fOutput, in WriteHxx()
834 ERRTYPE RscTop::WriteCxxHeader( const RSCINST & rInst, FILE * fOutput, in WriteCxxHeader()
852 ERRTYPE RscTop::WriteCxx( const RSCINST & rInst, FILE * fOutput, in WriteCxx()
869 void RscTop::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput, in WriteSrcHeader()
888 void RscTop::WriteSrc( const RSCINST & rInst, FILE * fOutput, in WriteSrc()
904 ERRTYPE RscTop::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem, in WriteRcHeader()
924 ERRTYPE RscTop::WriteRc( const RSCINST & rInst, RscWriteRc & rMem, in WriteRc()