| /AOO42X/main/idl/source/objects/ |
| H A D | slot.cxx | 353 if( aSlotType.Is() || !GetRef() ) return aSlotType; in GetSlotType() 354 return ((SvMetaSlot *)GetRef())->GetSlotType(); in GetSlotType() 358 if( aMethod.Is() || !GetRef() ) return aMethod; in GetMethod() 359 return ((SvMetaSlot *)GetRef())->GetMethod(); in GetMethod() 363 if( aHasCoreId.IsSet() || !GetRef() ) return aHasCoreId; in GetHasCoreId() 364 return ((SvMetaSlot *)GetRef())->GetHasCoreId(); in GetHasCoreId() 368 if( aGroupId.Len() || !GetRef() ) return aGroupId; in GetGroupId() 369 return ((SvMetaSlot *)GetRef())->GetGroupId(); in GetGroupId() 373 if( aDisableFlags.Len() || !GetRef() ) return aDisableFlags; in GetDisableFlags() 374 return ((SvMetaSlot *)GetRef())->GetDisableFlags(); in GetDisableFlags() [all …]
|
| H A D | types.cxx | 127 if( aType.Is() || !GetRef() ) return aType; in GetType() 128 return ((SvMetaAttribute *)GetRef())->GetType(); in GetType() 138 if( aSlotId.IsSet() || !GetRef() ) return aSlotId; in GetSlotId() 139 return ((SvMetaAttribute *)GetRef())->GetSlotId(); in GetSlotId() 149 if( aReadonly.IsSet() || !GetRef() ) return aReadonly; in GetReadonly() 150 return ((SvMetaAttribute *)GetRef())->GetReadonly(); in GetReadonly() 160 if( aExport.IsSet() || !GetRef() ) return aExport; in GetExport() 161 return ((SvMetaAttribute *)GetRef())->GetExport(); in GetExport() 175 else if( aHidden.IsSet() || !GetRef() ) in GetHidden() 178 return ((SvMetaAttribute *)GetRef())->GetHidden(); in GetHidden() [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() 1011 pFtn->GetRef()->Prepare( PREP_FTN, (void*)pFtn->GetAttr() ); in lcl_RemoveFtns() 1211 pBoss = pRet->GetRef()->FindFtnBossFrm(); in FindFirstFtn() 1251 pBoss = pRet->GetRef()->FindFtnBossFrm(); in FindFirstFtn() 1287 while ( pRet && (pRet->GetRef() != pCnt) ) in FindFirstFtn() 1303 const SwFtnBossFrm* pBoss = pRet->GetRef()->FindFtnBossFrm(); 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() 2072 ASSERT( !_pFtn->GetMaster() || _pFtn->GetRef() != _pRef, "FollowFtn moven?" ); in _CollectFtns() [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 | rsctop.hxx | 95 virtual ERRTYPE GetRef( const RSCINST & rInst, RscId * );
|
| H A D | rscinst.hxx | 100 RscId GetRef();
|
| /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
|