Home
last modified time | relevance | path

Searched refs:IsConsistent (Results 1 – 19 of 19) sorted by relevance

/trunk/main/rsc/source/res/
H A Drscarray.cxx330 static sal_Bool IsConsistent( RscInstNode * pNode, RscInconsList * pList ) in IsConsistent() function
336 bRet = pNode->aInst.pClass->IsConsistent( pNode->aInst, pList ); in IsConsistent()
337 if( !IsConsistent( pNode->Left(), pList ) ) in IsConsistent()
339 if( !IsConsistent( pNode->Right(), pList ) ) in IsConsistent()
345 sal_Bool RscArray::IsConsistent( const RSCINST & rInst, RscInconsList * pList ) in IsConsistent() function in RscArray
350 bRet = RscTop::IsConsistent( rInst, pList ); in IsConsistent()
353 if( !::IsConsistent( pClassData->pNode, pList ) ) in IsConsistent()
H A Drscclobj.cxx182 sal_Bool ObjNode::IsConsistent( RscInconsList * pList ) in IsConsistent() function in ObjNode
196 if( !((ObjNode *)Left())->IsConsistent( pList ) ) in IsConsistent()
217 if( !((ObjNode *)Right())->IsConsistent( pList ) ) in IsConsistent()
H A Drsccont.cxx672 sal_Bool RscBaseCont::IsConsistent( const RSCINST & rInst, RscInconsList * pList ){ in IsConsistent() function in RscBaseCont
677 bRet = RscTop::IsConsistent( rInst, pList ); in IsConsistent()
704 IsConsistent( pClassData->pEntries[ i ].aInst, pList ) ) in IsConsistent()
H A Drsctop.cxx656 sal_Bool RscTop::IsConsistent( const RSCINST & rInst, in IsConsistent() function in RscTop
660 return pSuperClass->IsConsistent( rInst, pList ); in IsConsistent()
H A Drscclass.cxx558 sal_Bool RscClass::IsConsistent( const RSCINST & rInst, RscInconsList * pList ) in IsConsistent() function in RscClass
564 bRet = RscTop::IsConsistent( rInst, pList ); in IsConsistent()
573 if( ! aTmpI.pClass->IsConsistent( aTmpI, pList ) ) in IsConsistent()
H A Drscmgr.cxx592 sal_Bool RscMgr::IsConsistent( const RSCINST & rInst, RscInconsList * pList ) in IsConsistent() function in RscMgr
597 bRet = RscClass::IsConsistent( rInst, pList ); in IsConsistent()
H A Drscrange.cxx714 sal_Bool RscIdRange::IsConsistent( const RSCINST & rInst, RscInconsList * pList ) in IsConsistent() function in RscIdRange
/trunk/main/rsc/source/parser/
H A Drscdb.cxx1068 if( ! aTmpI.pClass->IsConsistent( aTmpI, pList ) ) in IsInstConsistent()
1087 if( ! pRscTop->GetObjNode()->IsConsistent() ){ in MakeConsistent()
1089 if( ! pRscTop->GetObjNode()->IsConsistent( pList ) ) in MakeConsistent()
/trunk/main/rsc/inc/
H A Drscclobj.hxx74 sal_Bool IsConsistent( RscInconsList * pList = NULL );
H A Drscmgr.hxx70 sal_Bool IsConsistent( const RSCINST & rInst,
H A Drscarray.hxx91 sal_Bool IsConsistent( const RSCINST & rInst, RscInconsList * pList );
H A Drscclass.hxx82 sal_Bool IsConsistent( const RSCINST & rInst, RscInconsList * pList );
H A Drsccont.hxx97 sal_Bool IsConsistent( const RSCINST & rInst, RscInconsList * pList );
H A Drscrange.hxx162 sal_Bool IsConsistent( const RSCINST & rInst, RscInconsList * pList );
H A Drscinst.hxx102 sal_Bool IsConsistent( RscInconsList * pList );
H A Drsctop.hxx189 virtual sal_Bool IsConsistent( const RSCINST & rInst,
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc1748 Methoden: RscInst::IsConsistent.
2942 BOOL IsConsistent( RscInconsList * pList );
3746 Au0RscInst::IsConsistent()
3748 AliBOOL RscInst::IsConsistent( RscInconsList * pList );
3772 Mehtoden: RscDataBase::MakeConsistent(), RscTop::IsConsistent().
3952 Methode IsConsistent() kann diese Instanz auf Konsistenz �berpr�ft werden.
4106 RscInst::IsConsistent() 46
/trunk/main/svx/source/dialog/
H A Drlrcitem.cxx112 if(pItem->IsConsistent()) in StateChanged()
/trunk/main/svx/inc/svx/
H A Drulritem.hxx249 sal_Bool IsConsistent() const { return nActColumn < aColumns.Count(); } in IsConsistent() function in SvxColumnItem

Completed in 124 milliseconds