Searched refs:IsId (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/rsc/source/res/ |
H A D | rscmgr.cxx | 179 if( !pClassData->aRefId.IsId() && !pDfltData->aRefId.IsId() ){ in IsValueDefault() 209 if( pClassData->aRefId.IsId() ) in WriteSrcHeader() 261 if( pClassData->aRefId.IsId() ) in WriteRcHeader() 411 if( pClassData->aRefId.IsId() ) in WriteHxxHeader() 499 if( pClassData->aRefId.IsId() ) in WriteCxxHeader() 600 if( pClassData->aRefId.IsId() && in IsConsistent() 692 if( rRefId.IsId() && in SetRef()
|
H A D | rscstr.cxx | 222 if( pData->aRefId.IsId() || pDefData->aRefId.IsId() ) in IsValueDefault() 272 if ( ((RscStringInst *)rInst.pData)->aRefId.IsId() ) in WriteSrc() 324 if( ((RscStringInst *)rInst.pData)->aRefId.IsId() ){ in WriteRc() 330 while( aError.IsOk() && aId.IsId() ){ in WriteRc()
|
H A D | rsccont.cxx | 224 if( rEleName.IsId() ){ in SearchElePos() 268 if( !bNoId && !rEleName.IsId() ) in GetElement() 997 if( pClassData->pEntries[ i ].aName.IsId() in WriteHxx() 1032 if( pClassData->pEntries[ i ].aName.IsId() in WriteCxx()
|
H A D | rscrange.cxx | 630 if( rRscId.IsId() ){ in SetRef()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | ViewShellManager.cxx | 96 class IsId : public ::std::unary_function<ShellDescriptor,bool> class 99 IsId (ShellId nId) : mnId(nId) {} in IsId() function in sd::__anona4529d230111::IsId 675 if (::std::find_if(rList.begin(),rList.end(), IsId(nId)) != rList.end()) in ActivateSubShell() 705 ::std::find_if(rList.begin(),rList.end(), IsId(nId))); in DeactivateSubShell() 738 ::std::find_if(rList.begin(),rList.end(), IsId(nId))); in MoveSubShellToTop() 842 IsId(nId))); in GetShell() 853 ::std::find_if(rList.begin(),rList.end(), IsId(nId))); in GetShell()
|
/aoo42x/main/rsc/source/parser/ |
H A D | erscerr.cxx | 446 if( pClass || aId.IsId() ) in ErrorFormat() 453 if( aId.IsId() ) in ErrorFormat() 456 if( aId.IsId() ) in ErrorFormat()
|
H A D | rscyacc.cxx | 188 if( !aName1.IsId() ) in DoClassHeader() 198 if( (sal_Int32)aName1 >= 256 && aName1.IsId() ) in DoClassHeader()
|
H A D | yyrscyacc.y | 305 if( TYPE_NOTHING == $1.nTyp && aRscId.IsId() ) 448 if( TYPE_NOTHING == $1.nTyp && aRscId.IsId() )
|
/aoo42x/main/rsc/inc/ |
H A D | rscdef.hxx | 113 sal_Bool IsId() const { return !aExp.IsNothing(); } in IsId() function in RscId
|
/aoo42x/main/rsc/doku/feinkonz.43/ |
H A D | rscinst.doc | 3115 Methoden: SetPosEle(), RscId::IsId(). 3719 Methode: IsId(), SetDefault().
|
Completed in 53 milliseconds