Lines Matching refs:RscTop

46 RscTop::RscTop( Atom nId, sal_uInt32 nTypIdent, RscTop * pSuperCl )  in RscTop()  function in RscTop
66 void RscTop::SetCallPar( const ByteString & rPar1, const ByteString & rPar2, in SetCallPar()
83 RSCINST RscTop::GetDefault() in GetDefault()
99 void RscTop :: Pre_dtor(){ in Pre_dtor()
116 Atom RscTop :: GetConstant( sal_uInt32 ){ in GetConstant()
129 RscTop * RscTop::GetTypeClass() const in GetTypeClass()
146 sal_uInt32 RscTop :: Size() in Size()
163 ERRTYPE RscTop :: GetRef( const RSCINST & rInst, RscId * pRscId ){ in GetRef()
179 sal_Bool RscTop::InHierarchy( RscTop * pClass ){ in InHierarchy()
196 ERRTYPE RscTop::SetVariable( Atom nVarName, RscTop * pClass, in SetVariable()
217 void RscTop::EnumVariables( void * pData, VarEnumCallbackProc pProc ) in EnumVariables()
232 RSCINST RscTop::GetVariable in GetVariable()
238 RscTop * pCreateClass in GetVariable()
257 RSCINST RscTop::GetCopyVar( const RSCINST & rInst, Atom nVarName ) in GetCopyVar()
275 RSCINST RscTop::GetTupelVar( const RSCINST & rInst, sal_uInt32 nPos, in GetTupelVar()
293 ERRTYPE RscTop::GetElement( const RSCINST & rInst, const RscId & rEleName, in GetElement()
294 RscTop *pCreateClass, const RSCINST & rCreateInst, in GetElement()
315 ERRTYPE RscTop::GetArrayEle in GetArrayEle()
319 RscTop * pCreateClass, in GetArrayEle()
338 ERRTYPE RscTop::GetValueEle in GetValueEle()
342 RscTop * pCreateClass, in GetValueEle()
361 RSCINST RscTop::SearchEle( const RSCINST & rInst, const RscId & rEleName, in SearchEle()
362 RscTop * pClass ) in SearchEle()
380 RSCINST RscTop::GetPosEle( const RSCINST & rInst, sal_uInt32 nPos ){ 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()
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()
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()
943 void RscTop::WriteSyntaxHeader( FILE * fOutput, RscTypCont * pTC ) in WriteSyntaxHeader()
962 void RscTop::WriteSyntax( FILE * fOutput, RscTypCont * pTC ) in WriteSyntax()
969 void RscTop::WriteRcAccess in WriteRcAccess()
984 void RscTop::WriteRcCtor( FILE * fOutput, RscTypCont * pTC ) in WriteRcCtor()