/aoo42x/main/idl/source/objects/ |
H A D | slot.cxx | 354 return ((SvMetaSlot *)GetRef())->GetSlotType(); in GetSlotType() 358 if( aMethod.Is() || !GetRef() ) return aMethod; in GetMethod() 359 return ((SvMetaSlot *)GetRef())->GetMethod(); in GetMethod() 369 return ((SvMetaSlot *)GetRef())->GetGroupId(); in GetGroupId() 379 return ((SvMetaSlot *)GetRef())->GetConfigId(); in GetConfigId() 394 return ((SvMetaSlot *)GetRef())->GetDefault(); in GetDefault() 418 return ((SvMetaSlot *)GetRef())->GetCachable(); in GetCachable() 425 return ((SvMetaSlot *)GetRef())->GetVolatile(); in GetVolatile() 430 return ((SvMetaSlot *)GetRef())->GetToggle(); in GetToggle() 485 if( !GetRef() || aRecordAbsolute.IsSet() ) in GetRecordAbsolute() [all …]
|
H A D | types.cxx | 175 else if( aHidden.IsSet() || !GetRef() ) in GetHidden() 195 if( aIsCollection.IsSet() || !GetRef() ) in GetIsCollection() 1181 return (SvMetaType *)GetRef(); in GetReturnType() 1246 if( aIn.IsSet() || !GetRef() ) in GetIn() 1259 if( aOut.IsSet() || !GetRef() ) in GetOut() 1293 if( aCall0.IsSet() || !GetRef() ) in GetCall0() 1327 if( aCall1.IsSet() || !GetRef() ) in GetCall1() 1340 if( aSvName.IsSet() || !GetRef() ) in GetSvName() 1353 if( aSbxName.IsSet() || !GetRef() ) in GetSbxName() 1379 if( aCName.IsSet() || !GetRef() ) in GetCName() [all …]
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxarray.cxx | 164 SbxVariableRef& SbxArray::GetRef( sal_uInt16 nIdx ) in GetRef() function in SbxArray 208 SbxVariableRef& rRef = GetRef( nIdx ); in Get() 251 SbxVariableRef& rRef = GetRef( nIdx ); in Put() 267 SbxVarEntry& rRef = (SbxVarEntry&) GetRef( nIdx ); in GetAlias() 285 SbxVarEntry& rRef = (SbxVarEntry&) GetRef( nIdx ); in PutAlias() 526 SbxVariableRef& rRef = GetRef( nIdx ); in LoadData() 747 SbxVariableRef& SbxDimArray::GetRef( const short* pIdx ) in GetRef() function in SbxDimArray 749 return SbxArray::GetRef( Offset( pIdx ) ); in GetRef() 814 SbxVariableRef& SbxDimArray::GetRef( SbxArray* pPar ) in GetRef() function in SbxDimArray
|
H A D | sbxobj.cxx | 94 SbxVariableRef& rRef = p->GetRef( i ); in CheckParentsOnDelete() 366 SbxVariableRef& rRef = pArray->GetRef( i ); in FindVar() 681 SbxVariableRef& rRef = pArray->GetRef( i ); in VCPtrFindVar() 719 SbxVariableRef& r = p->GetRef( i ); in LoadArray() 942 SbxVariableRef& r = pMethods->GetRef( i ); in Dump() 975 SbxVariableRef& r = pProps->GetRef( i ); in Dump() 1009 SbxVariableRef& r = pObjs->GetRef( i ); in Dump()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | ftnfrm.cxx | 845 pTmpRef = pFtn->GetRef(); in GetPrevFtnLeaf() 1211 pBoss = pRet->GetRef()->FindFtnBossFrm(); in FindFirstFtn() 1251 pBoss = pRet->GetRef()->FindFtnBossFrm(); in FindFirstFtn() 1287 while ( pRet && (pRet->GetRef() != pCnt) ) in FindFirstFtn() 1552 SwFtnBossFrm* pBoss = pNew->GetRef()->FindFtnBossFrm( in InsertFtn() 1569 pBoss = pSibling->GetRef()->FindFtnBossFrm( !pSibling-> in InsertFtn() 1896 if ( pFtn && pFtn->GetRef() == pRef ) in FindFtn() 2637 if( pFtnFrm->GetRef()->FindFtnBossFrm( in RearrangeFtns() 2740 if( pFtn && pFtn->GetRef() != pCntnt ) in UpdateFtnNum() 3191 const SwCntntFrm* SwFtnFrm::GetRef() const in GetRef() function in SwFtnFrm [all …]
|
H A D | calcmove.cxx | 1209 if ( !((SwTxtFrm*)pFtn->GetRef())->IsLocked() ) in MakeAll() 1211 SwFtnBossFrm* pBoss = pFtn->GetRef()->FindFtnBossFrm( in MakeAll() 1215 ((SwTxtFrm*)pFtn->GetRef())->GetFtnLine( pFtn->GetAttr() ) ); in MakeAll() 1275 SwCntntFrm* pRefCnt = pFtn ? pFtn->GetRef() : 0; in MakeAll() 1777 ( bFtn && !FindFtnFrm()->GetRef()->IsInSct() ) || in MakeAll()
|
H A D | flowfrm.cxx | 1042 if( pFtn && pFtn->GetRef() ) in GetNextLeaf() 1045 if( pFtn->GetRef()->GetPhyPageNum() < nRefNum ) in GetNextLeaf() 2195 pRef = pFtn->GetRef(); in MoveBwd() 2584 pOld->GetRef(), pOld->GetAttr() ); in MoveBwd()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | ftnfrm.hxx | 86 const SwCntntFrm *GetRef() const { return pRef; } in GetRef() function in SwFtnFrm 87 SwCntntFrm *GetRef() { return pRef; } in GetRef() function in SwFtnFrm 91 const SwCntntFrm *GetRef() const; 92 SwCntntFrm *GetRef();
|
H A D | swfont.hxx | 243 inline sal_uInt8 &GetRef() { return nRefCnt; } in GetRef() function in SwFont 244 inline sal_uInt8 GetRef() const { return nRefCnt; } in GetRef() function in SwFont
|
/aoo42x/main/basic/inc/basic/ |
H A D | sbx.hxx | 194 SbxVariableRef& GetRef( sal_uInt16 ); 248 using SbxArray::GetRef; 249 SbxVariableRef& GetRef( const short* ); 254 SbxVariableRef& GetRef( SbxArray* );
|
/aoo42x/main/sw/source/core/text/ |
H A D | atrstck.cxx | 647 rFnt.GetRef()--; in ActivateTop() 924 rFnt.GetRef()++; in FontChg() 926 rFnt.GetRef()--; in FontChg()
|
/aoo42x/main/rsc/source/res/ |
H A D | rscstr.cxx | 129 ERRTYPE RscString::GetRef( const RSCINST & rInst, RscId * pRscId ){ in GetRef() function in RscString 341 aError = pRefClass->GetRef( aTmpI, &aId ); in WriteRc()
|
H A D | rsctop.cxx | 163 ERRTYPE RscTop :: GetRef( const RSCINST & rInst, RscId * pRscId ){ in GetRef() function in RscTop 165 return pSuperClass->GetRef( rInst, pRscId ); in GetRef()
|
H A D | rscmgr.cxx | 624 ERRTYPE RscMgr::GetRef( const RSCINST & rInst, RscId * pRscId ){ in GetRef() function in RscMgr 654 aTmpI.pClass->GetRef( aTmpI, &aId ); in IsToDeep()
|
H A D | rsccont.cxx | 643 aError = aTmpI.pClass->GetRef( aTmpI, &aId ); in SetRef() 650 aError = aTmpI.pClass->GetRef( aTmpI, &aId ); in SetRef()
|
/aoo42x/main/sc/source/core/data/ |
H A D | bcaslot.cxx | 821 for (SCTAB nTab = aRange.aStart.Tab(); nTab <= aRange.aEnd.Tab() && pArea->GetRef(); ++nTab) in UpdateBroadcastAreas() 835 while ( nOff <= nEnd && pArea->GetRef() ) in UpdateBroadcastAreas() 943 if (!pArea->GetRef()) in UpdateBroadcastAreas()
|
/aoo42x/main/rsc/inc/ |
H A D | rscstr.hxx | 65 ERRTYPE GetRef( const RSCINST & rInst, RscId * );
|
H A D | rscmgr.hxx | 72 ERRTYPE GetRef( const RSCINST & rInst, RscId * );
|
H A D | rscrange.hxx | 157 ERRTYPE GetRef( const RSCINST & rInst, RscId * );
|
H A D | rscinst.hxx | 100 RscId GetRef();
|
H A D | rsctop.hxx | 95 virtual ERRTYPE GetRef( const RSCINST & rInst, RscId * );
|
/aoo42x/main/sc/source/core/tool/ |
H A D | token.cxx | 627 xRes = (bReuseDoubleRef && p1->GetRef() == 1 ? p1 : static_cast<ScToken*>(p1->Clone())); in ExtendRangeReference() 632 xRes = (bReuseDoubleRef && p2->GetRef() == 1 ? p2 : static_cast<ScToken*>(p2->Clone())); in ExtendRangeReference() 1364 if( t->GetRef() > 1 ) in Clone()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | bcaslot.hxx | 62 inline sal_uLong GetRef() { return nRefCount; } in GetRef() function in ScBroadcastArea
|
/aoo42x/main/idl/inc/ |
H A D | basobj.hxx | 243 SvMetaReference * GetRef() const { return aRef; } in GetRef() function in SvMetaReference
|
/aoo42x/main/formula/inc/formula/ |
H A D | token.hxx | 121 inline sal_uInt16 GetRef() const { return nRefCnt; } in GetRef() function in formula::FormulaToken
|