Lines Matching refs:RscClass

52 RscClass::RscClass( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl )  in RscClass()  function in RscClass
70 void RscClass::Pre_dtor() in Pre_dtor()
98 RscClass::~RscClass() in ~RscClass()
113 RSCCLASS_TYPE RscClass::GetClassType() const in GetClassType()
127 RSCINST RscClass::GetInstData in GetInstData()
179 CLASS_DATA RscClass::GetDfltData( sal_uInt32 nEle ) in GetDfltData()
196 void RscClass::SetVarDflt( CLASS_DATA pData, sal_uInt32 nEle, sal_Bool bSet ) in SetVarDflt()
216 sal_Bool RscClass::IsDflt( CLASS_DATA pData, sal_uInt32 nEle ) in IsDflt()
247 RSCINST RscClass::Create in Create()
318 void RscClass::Destroy( const RSCINST & rInst ) in Destroy()
352 ERRTYPE RscClass::SetVariable in SetVariable()
414 void RscClass::EnumVariables( void * pData, VarEnumCallbackProc pProc ) in EnumVariables()
434 RSCINST RscClass::GetVariable in GetVariable()
514 RSCINST RscClass::GetCopyVar in GetCopyVar()
558 sal_Bool RscClass::IsConsistent( const RSCINST & rInst, RscInconsList * pList ) in IsConsistent()
588 void RscClass::SetToDefault( const RSCINST & rInst ) in SetToDefault()
619 sal_Bool RscClass::IsDefault( const RSCINST & rInst ) in IsDefault()
643 RSCINST RscClass::GetDefault( Atom nVarId ) in GetDefault()
669 sal_Bool RscClass::IsValueDflt( CLASS_DATA pData, sal_uInt32 nEle ) in IsValueDflt()
696 sal_Bool RscClass::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ) in IsValueDefault()
738 void RscClass::SetDefault( const RSCINST & rInst, Atom nVarName ) in SetDefault()
769 void RscClass::WriteSrc in WriteSrc()
857 sal_Int32 RscClass::GetCorrectValues in GetCorrectValues()
884 ERRTYPE RscClass::WriteInstRc in WriteInstRc()
984 ERRTYPE RscClass::WriteRc in WriteRc()
1009 void RscClass::WriteSyntax( FILE * fOutput, RscTypCont * pTC ) in WriteSyntax()
1031 void RscClass::WriteRcAccess in WriteRcAccess()
1045 void RscClass::WriteRcCtor( FILE * fOutput, RscTypCont * pTC ) in WriteRcCtor()
1099 : RscClass( nId, nTypeId, pSuper ) in RscSysDepend()
1117 aFileName = RscClass::GetCopyVar( rInst, pHS->getID( "FILE", true ) ); in WriteSysDependRc()
1153 ERRTYPE aError = RscClass::WriteRc( rInst, rMem, pTC, nDeep, bExtra ); in WriteRc()
1183 ERRTYPE aError = RscClass::WriteRc( rInst, rMem, pTC, nDeep, bExtra ); in WriteRc()
1196 : RscClass( nId, nTypeId, pSuper ) in RscTupel()