/trunk/main/rsc/source/res/ |
H A D | rscarray.cxx | 330 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 D | rscclobj.cxx | 182 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 D | rsccont.cxx | 672 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 D | rsctop.cxx | 656 sal_Bool RscTop::IsConsistent( const RSCINST & rInst, in IsConsistent() function in RscTop 660 return pSuperClass->IsConsistent( rInst, pList ); in IsConsistent()
|
H A D | rscclass.cxx | 558 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 D | rscmgr.cxx | 592 sal_Bool RscMgr::IsConsistent( const RSCINST & rInst, RscInconsList * pList ) in IsConsistent() function in RscMgr 597 bRet = RscClass::IsConsistent( rInst, pList ); in IsConsistent()
|
H A D | rscrange.cxx | 714 sal_Bool RscIdRange::IsConsistent( const RSCINST & rInst, RscInconsList * pList ) in IsConsistent() function in RscIdRange
|
/trunk/main/rsc/source/parser/ |
H A D | rscdb.cxx | 1068 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 D | rscclobj.hxx | 74 sal_Bool IsConsistent( RscInconsList * pList = NULL );
|
H A D | rscmgr.hxx | 70 sal_Bool IsConsistent( const RSCINST & rInst,
|
H A D | rscarray.hxx | 91 sal_Bool IsConsistent( const RSCINST & rInst, RscInconsList * pList );
|
H A D | rscclass.hxx | 82 sal_Bool IsConsistent( const RSCINST & rInst, RscInconsList * pList );
|
H A D | rsccont.hxx | 97 sal_Bool IsConsistent( const RSCINST & rInst, RscInconsList * pList );
|
H A D | rscrange.hxx | 162 sal_Bool IsConsistent( const RSCINST & rInst, RscInconsList * pList );
|
H A D | rscinst.hxx | 102 sal_Bool IsConsistent( RscInconsList * pList );
|
H A D | rsctop.hxx | 189 virtual sal_Bool IsConsistent( const RSCINST & rInst,
|
/trunk/main/rsc/doku/feinkonz.43/ |
H A D | rscinst.doc | 1748 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 D | rlrcitem.cxx | 112 if(pItem->IsConsistent()) in StateChanged()
|
/trunk/main/svx/inc/svx/ |
H A D | rulritem.hxx | 249 sal_Bool IsConsistent() const { return nActColumn < aColumns.Count(); } in IsConsistent() function in SvxColumnItem
|