| /AOO41X/main/tools/source/memtools/ |
| H A D | multisel.cxx | 65 pSel->aSels.GetObject(nPos)->Min(), in Print() 66 pSel->aSels.GetObject(nPos)->Max() ); in Print() 97 n < aSels.Count() && nIndex > aSels.GetObject(n)->Max(); in ImplFindSubSelection() 111 if ( (aSels.GetObject(nPos1)->Max() + 1) == aSels.GetObject(nPos2)->Min() ) in ImplMergeSubSelections() 114 aSels.GetObject(nPos1)->Max() = aSels.GetObject(nPos2)->Max(); in ImplMergeSubSelections() 307 aSels.Insert( new Range( *rOrig.aSels.GetObject(n) ), LIST_APPEND ); in MultiSelection() 348 aSels.Insert( new Range( *rOrig.aSels.GetObject(n) ), LIST_APPEND ); in operator =() 364 if ( *aSels.GetObject(n) != *rWith.aSels.GetObject(n) ) in operator ==() 402 aSels.GetObject(nSubSelPos)->IsInside( nIndex ) ) in Select() 411 aSels.GetObject(nSubSelPos-1)->Max() == (nIndex-1) ) in Select() [all …]
|
| /AOO41X/main/svtools/source/edit/ |
| H A D | texteng.cxx | 179 return mpViews->GetObject( nView ); in GetView() 253 TextView* pView = mpViews->GetObject( --nView ); in SetFont() 314 TEParaPortion* pTEParaPortion = mpTEParaPortions->GetObject( nP ); in GetTextLines() 348 return mpDoc->GetNodes().GetObject( nPara )->GetText().Len(); in GetTextLen() 481 TextNode* pNode = mpDoc->GetNodes().GetObject( nNode ); in GetText() 505 TextView* pView = mpViews->GetObject( nView ); in ImpRemoveText() 528 TextView* pView = mpViews->GetObject( nView ); in SetText() 550 TextNode* pNode = mpDoc->GetNodes().GetObject( nNode ); in CursorMoved() 561 TextNode* pNode = mpDoc->GetNodes().GetObject( rPaM.GetPara() ); in ImpRemoveChars() 593 TextNode* pLeft = mpDoc->GetNodes().GetObject( nLeft ); in ImpConnectParagraphs() [all …]
|
| H A D | textdoc.cxx | 112 TextCharAttrib* pCurAttrib = GetObject( x ); in InsertAttrib() 137 TextCharAttrib* pAttr = GetObject( --nAttr ); in FindAttrib() 154 TextCharAttrib* pAttr = GetObject( nAttr ); in FindNextAttrib() 167 const TextCharAttrib* pAttr = GetObject( --nAttr ); in HasAttrib() 180 TextCharAttrib* pAttr = GetObject( --nAttr ); in HasBoundingAttrib() 199 TextCharAttrib* pAttr = GetObject( nAttr ); in FindEmptyAttrib() 213 TextCharAttrib* pAttr = GetObject( nAttr ); in DeleteEmptyAttribs() 230 TextCharAttrib* pAttr = GetObject( nAttr ); in DbgCheckAttribs() 535 delete maTextNodes.GetObject( nNode ); in DestroyTextNodes() 554 TextNode* pNode = maTextNodes.GetObject( nNode ); in GetText() [all …]
|
| /AOO41X/main/l10ntools/source/ |
| H A D | xmlparse.cxx | 96 pNode = obj.pChildList->GetObject( i ); in XMLParentNode() 126 AddChild( obj.pChildList->GetObject( i ) ); in operator =() 160 XMLChildNode *pChild = pChildList->GetObject( i ); in GetPosition() 188 XMLChildNode *pChild = pChildList->GetObject( i ); in RemoveChild() 218 delete pChildList->GetObject( i ); in RemoveAndDeleteAllChilds() 228 XMLChildNode *pChild = pChildList->GetObject( i ); in GetChildElement() 239 XMLAttribute *pAttribute = pList->GetObject( j ); in GetChildElement() 334 Write( rStream, GetChildList()->GetObject( i )); in Write() 344 String sData(*pElement->GetAttributeList()->GetObject( j )); in Write() 348 sData=pElement->GetAttributeList()->GetObject( j )->GetValue(); in Write() [all …]
|
| H A D | tagtest.cxx | 561 if ( GetObject( i )->IsError() ) in HasErrors() 1440 if ( !IsTagMandatory( aReference.GetObject( i ), aMetaTokens ) ) in CheckTags() 1441 aReference.GetObject( i ).SetDone(); in CheckTags() 1447 if ( !IsTagMandatory( aTestee.GetObject( i ), aMetaTokens ) ) in CheckTags() 1448 aTestee.GetObject( i ).SetDone(); in CheckTags() 1454 if ( aReference.GetObject( i ).IsDone() ) in CheckTags() 1460 if ( aTestee.GetObject( j ).IsDone() ) in CheckTags() 1463 …if ( aReference.GetObject( i ).MatchesTranslation( aTestee.GetObject( j ), sal_False, aCompareWarn… in CheckTags() 1465 aReference.GetObject( i ).SetDone(); in CheckTags() 1466 aTestee.GetObject( j ).SetDone(); in CheckTags() [all …]
|
| /AOO41X/main/soldep/bootstrp/ |
| H A D | prodmap.cxx | 99 GenericInformation *pVersion = pVersionList->GetObject( i ); in CreateProductList() 183 GenericInformation *pCandidate = pProductList->GetObject( j ); in PrintDependentTargets() 197 aBaseList.PutString( new ByteString( *pBases->GetObject( k ))); in PrintDependentTargets() 214 ByteString sProduct( *aBaseList.GetObject(( sal_uIntPtr ) 0 )); in PrintAndDeleteBaseList() 215 if ( aPrintedList.IsString( aBaseList.GetObject(( sal_uIntPtr ) 0 )) == NOT_THERE ) { in PrintAndDeleteBaseList() 216 aPrintedList.PutString( aBaseList.GetObject(( sal_uIntPtr ) 0 )); in PrintAndDeleteBaseList() 220 delete aBaseList.GetObject(( sal_uIntPtr ) 0 ); in PrintAndDeleteBaseList() 254 pProductList->GetObject( i )->GetBuffer(), in PrintProductList() 255 pProductList->GetObject( i )->GetValue().GetBuffer()); in PrintProductList() 350 … if ( GetProductInformation( *pBasesInfo->GetObject( k ), pBaseProduct ) == PRODUCT_MAPPER_OK ) in GetBases() [all …]
|
| H A D | sstring.cxx | 45 ByteString* pString = GetObject( nRet ); in IsString() 53 ByteString* pString = GetObject( 0 ); in IsString() 76 pString = GetObject( nCurrent ); in GetPrevString() 111 ByteString* pString = GetObject( 0 ); in PutString() 118 ByteString* pString = GetObject( nPos ); in PutString() 141 if ( rName == *GetObject( i ) ) in RemoveString() 143 pReturn = GetObject(i); in RemoveString() 205 UniString* pString = GetObject( nRet ); in IsString() 213 UniString* pString = GetObject( 0 ); in IsString() 236 pString = GetObject( nCurrent ); in GetPrevString() [all …]
|
| H A D | prj.cxx | 495 ByteString* pString = GetObject( nRet )->GetProject(); in IsString() 503 ByteString* pString = GetObject( 0 )->GetProject(); in IsString() 529 pString = GetObject( nCurrent )->GetProject(); in GetPrevString() 608 DepInfo* pInfo = GetObject( 0 ); in PutString() 625 ByteString* pString = GetObject( nPos )->GetProject(); in PutString() 643 DepInfo* pInfo = GetObject( nPos ); in PutString() 686 if ( rName == *(GetObject( i )->GetProject()) ) in RemoveString() 688 pReturn = new ByteString(*(GetObject(i)->GetProject())); in RemoveString() 690 pInfo = GetObject(i); in RemoveString() 772 pData = pPrjList->GetObject(i); in GetDirectoryData() [all …]
|
| /AOO41X/main/tools/bootstrp/ |
| H A D | mkcreate.cxx | 106 ( CodedDependency * ) pCodedDependencies->GetObject( nPos ); in AddCodedDependency() 135 ( CodedDependency * ) pCodedIdentifier->GetObject( nPos ); in AddCodedIdentifier() 273 ( CodedDependency * ) pCodedIdentifier->GetObject( nPos ); in ResolvesDependency() 295 ( SourceDirectory * ) pSubDirectories->GetObject( i ); in ResolveDependencies() 303 pActDirectory->pCodedDependencies->GetObject(( sal_uIntPtr ) 0 ); in ResolveDependencies() 312 ((SourceDirectory *) pSubDirectories->GetObject( k ))-> in ResolveDependencies() 345 if ( *this == *pDependencies->GetObject( k )) in GetTarget() 359 if ((( Dependency * ) pDependencies->GetObject( i ))-> in GetTarget() 369 ByteString sDependency( *pDependencies->GetObject( i )); in GetTarget() 393 ( Dependency * ) pDependencies->GetObject( i ); in GetTarget() [all …]
|
| /AOO41X/main/soldep/source/ |
| H A D | soldep.cxx | 253 Point aPoint = mpObjectList->GetObject(i)->GetPosPixel(); in IMPL_LINK() 254 Size aSize = mpObjectList->GetObject(i)->GetSizePixel(); in IMPL_LINK() 266 if ( mpObjectList->GetObject(i)->IsVisible() ) in IMPL_LINK() 267 mpObjectList->GetObject(i)->DrawOutput( &aVDev, aOffset ); in IMPL_LINK() 283 mpObjectList->GetObject(i)->SetViewMask(!mbIsHide); in IMPL_LINK() 319 ObjectWin* pWin = GetObjectList()->GetObject( 0 ); in ToggleHideDependency() 466 pString = pPrjDeps->GetObject( j - 1 ); in RemoveConnector() 575 Prj *pPrj = mpStarWriter->GetObject(i); in ReadSource() 582 Prj *pPrj = mpStarWriter->GetObject(i); in ReadSource() 589 pStr = pLst->GetObject(m); in ReadSource() [all …]
|
| H A D | objwin.cxx | 124 delete mConnections.GetObject( 0 ); in ~ObjectWin() 131 mConnections.GetObject(0)->SetHideMode(msbHideMode); in SetHideMode() 137 mConnections.GetObject(0)->SetHideMode(msbHideMode); in ToggleHideMode() 156 mConnections.GetObject( i )->UpdateVisibility(); in SetViewMask() 282 if ( mConnections.GetObject( i )->GetOtherWin( this ) == pWin ) in ConnectionExistsInAnyDirection() 302 return mConnections.GetObject( nIndex ); in GetConnector() 319 pCon = mConnections.GetObject( i ); in GetConnector() 332 pCon = mConnections.GetObject( i ); in SetAllConnectorsUnvisible() 408 pCon = mConnections.GetObject( i ); in MarkNeeded() 439 pCon = mConnections.GetObject( i ); in MarkDepending() [all …]
|
| /AOO41X/main/sw/source/ui/uiview/ |
| H A D | swcli.cxx | 46 SetObject( xObj.GetObject() ); in SwOleClient() 65 aLogRect.SetSize( rSh.RequestObjectResize( SwRect( aLogRect ), GetObject() ) ); in RequestNewObjectArea() 75 … MapMode aObjectMap( VCLUnoHelper::UnoEmbed2VCLMapUnit( GetObject()->getMapUnit( GetAspect() ) ) ); in RequestNewObjectArea() 83 … GetObject()->setVisualAreaSize( GetAspect(), awt::Size( aNewSize.Width(), aNewSize.Height() ) ); in RequestNewObjectArea() 88 SwRect aFrm( rSh.GetAnyCurRect( RECT_FLY_EMBEDDED, 0, GetObject() )), in RequestNewObjectArea() 89 aPrt( rSh.GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, GetObject() )); in RequestNewObjectArea() 97 SwRect aFrm( rSh.GetAnyCurRect( RECT_FLY_EMBEDDED, 0, GetObject() )), in ObjectAreaChanged() 98 aPrt( rSh.GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, GetObject() )); in ObjectAreaChanged() 127 aSz = GetObject()->getVisualAreaSize( GetAspect() ); in ViewChanged() 150 …const MapMode aObjMap( VCLUnoHelper::UnoEmbed2VCLMapUnit( GetObject()->getMapUnit( GetAspect() ) )… in ViewChanged() [all …]
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | editobj.cxx | 174 XEditAttribute* pAttr = GetObject( --n ); in FindAttrib() 209 XEditAttribute* pAttr = rCopyFrom.GetAttribs().GetObject( n ); in ContentInfo() 230 XEditAttribute* pAttr = aAttribs.GetObject(nAttr); in ~ContentInfo() 281 if( !(*aAttribs.GetObject(n) == *rCompare.aAttribs.GetObject(n)) ) in operator ==() 605 ContentInfo* pOrg = aContents.GetObject(n); in ObjectInDestruction() 714 ContentInfo* pOrg = r.aContents.GetObject( n ); in BinTextObject() 788 ContentInfo* p = aContents.GetObject( n ); in DeleteContents() 899 delete pPortionInfo->GetObject( --n ); in ClearPortionInfo() 910 ContentInfo* p = aContents.GetObject( n ); in HasOnlineSpellErrors() 923 ContentInfo* pC = GetContents().GetObject( --nPara ); in HasCharAttribs() [all …]
|
| H A D | impedit2.cxx | 281 aEditDoc.GetObject( 0 )->CreateWrongList(); in InitDoc() 313 ContentNode* pNode = aEditDoc.GetObject( nNode ); in GetSelected() 620 EditLine* pLine = pParaPortion->GetLines().GetObject( nLine ); in Command() 740 EditView* pView = aEditViews.GetObject(nView); in RemoveText() 1033 EditLine* pLine = pParaPortion->GetLines().GetObject( nLine ); in CursorVisualStartEnd() 1060 TextPortion* pTextPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in CursorVisualStartEnd() 1091 EditLine* pLine = pParaPortion->GetLines().GetObject( nLine ); in CursorVisualLeftRight() 1126 TextPortion* pTextPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in CursorVisualLeftRight() 1137 … TextPortion* pNextTextPortion = pParaPortion->GetTextPortions().GetObject( nNextTextPortion ); in CursorVisualLeftRight() 1206 TextPortion* pTextPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in CursorVisualLeftRight() [all …]
|
| /AOO41X/main/vcl/source/window/ |
| H A D | status.cxx | 356 pItem = mpItemList->GetObject( nPos ); in ImplGetItemRectPos() 381 pItem = mpItemList->GetObject( nPos ); in ImplGetFirstVisiblePos() 439 ImplStatusItem* pItem = mpItemList->GetObject( nPos ); in ImplDrawItem() 1071 ImplStatusItem* pItem = mpItemList->GetObject( nPos ); in ShowItem() 1093 ImplStatusItem* pItem = mpItemList->GetObject( nPos ); in HideItem() 1114 return mpItemList->GetObject( nPos )->mbVisible; in IsItemVisible() 1164 pItem = rStatusBar.mpItemList->GetObject( i ); in CopyItems() 1169 pItem = rStatusBar.mpItemList->GetObject( i ); in CopyItems() 1210 ImplStatusItem* pItem = mpItemList->GetObject( nPos ); in GetItemId() 1246 return mpItemList->GetObject( nPos )->mnId; in GetItemId() [all …]
|
| H A D | accel.cxx | 69 if ( !nCount || (nId < pList->GetObject( 0 )->mnId) ) in DBG_NAME() 82 nCompareId = pList->GetObject( nMid )->mnId; in DBG_NAME() 118 ImplAccelEntry* pTempEntry = pList->GetObject( nIndex ); in ImplAccelEntryInsert() 140 if ( pList->GetObject( nIndex )->mnId != nId ) in ImplAccelEntryGetFirstPos() 144 if ( pList->GetObject( nIndex )->mnId != nId ) in ImplAccelEntryGetFirstPos() 410 ImplAccelEntry* pEntry = mpData->maIdList.GetObject( (sal_uLong)nIndex ); in RemoveItem() 443 if ( mpData->maIdList.GetObject( (sal_uLong)nIndex ) == pEntry ) in RemoveItem() 486 ImplAccelEntry* pEntry = mpData->maIdList.GetObject( (sal_uLong)nPos ); in GetItemId() 499 ImplAccelEntry* pEntry = mpData->maIdList.GetObject( (sal_uLong)nPos ); in GetItemKeyCode() 527 return mpData->maIdList.GetObject( (sal_uLong)nIndex )->maKeyCode; in GetKeyCode() [all …]
|
| /AOO41X/main/svtools/source/brwbox/ |
| H A D | brwbox2.cxx | 206 pCols->GetObject(nPos)->ZoomChanged(GetZoom()); in StateChanged() 208 … pHeaderBar->SetItemSize( pCols->GetObject(nPos)->GetId(), pCols->GetObject(nPos)->Width() ); in StateChanged() 217 sal_Bool bHandleCol = pCols->Count() && (0 == pCols->GetObject(0)->GetId()); in StateChanged() 350 BrowserColumn *pFirstCol = pCols->GetObject(0); in ToggleSelection() 389 pCols->GetObject(nColId)->GetId(), in ToggleSelection() 443 Point( ( pCols->Count() && pCols->GetObject(0)->GetId() == 0 ) ? in DrawCursor() 444 pCols->GetObject(0)->Width() : 0, in DrawCursor() 487 return pCols->GetObject(nItemPos)->Width(); in GetColumnWidth() 498 return pCols->GetObject(nPos)->GetId(); in GetColumnId() 508 if ( pCols->GetObject(nPos)->GetId() == nId ) in GetColumnPos() [all …]
|
| H A D | brwbox1.cxx | 194 delete pCols->GetObject(n); in ~BrowseBox() 383 nSelectedColId = pCols->GetObject(pColSel->FirstSelected())->GetId(); in ToggleSelectedColumn() 415 if ( pCols->GetObject(nItemPos)->IsFrozen() == bFreeze ) in FreezeColumn() 425 if ( nItemPos != 0 && !pCols->GetObject(nItemPos-1)->IsFrozen() ) in FreezeColumn() 429 BrowserColumn *pColumn = pCols->GetObject(nItemPos); in FreezeColumn() 446 BrowserColumn *pColumn = pCols->GetObject(nItemPos); in FreezeColumn() 457 pCols->GetObject(nItemPos)->Freeze( bFreeze ); in FreezeColumn() 479 if (nPos == 0 && !pCols->GetObject(0)->GetId()) in SetColumnPos() 506 BrowserColumn *pNextCol = pCols->GetObject(nNextPos); in SetColumnPos() 602 BrowserColumn *pCol = pCols->GetObject(nColumnPos); in SetColumnMode() [all …]
|
| /AOO41X/main/sfx2/inc/sfx2/ |
| H A D | minarray.hxx | 56 const T& GetObject( sal_uInt16 nPos ) const; \ 57 T& GetObject( sal_uInt16 nPos ); \ 100 inline const T& ARR::GetObject( sal_uInt16 nPos ) const { return operator[](nPos); } \ 101 inline T& ARR::GetObject( sal_uInt16 nPos ) { return operator[](nPos); } \ 267 const T& r2ndItem = GetObject(n); \ 325 void* GetObject( sal_uInt16 nPos ) const { return operator[](nPos); } in GetObject() function in SfxPtrArr 326 void*& GetObject( sal_uInt16 nPos ) { return operator[](nPos); } in GetObject() function in SfxPtrArr 368 T GetObject( sal_uInt16 nPos ) const { return operator[](nPos); } \ 369 T& GetObject( sal_uInt16 nPos ) { return operator[](nPos); } \ 407 char GetObject( sal_uInt16 nPos ) const { return operator[](nPos); } in GetObject() function in ByteArr [all …]
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | impastp4.cxx | 118 pNames = maFamilyList.GetObject( nPos )->mpNameList; in RegisterName() 147 XMLFamilyData_Impl* pFamily = maFamilyList.GetObject( i ); in GetRegisteredNames() 155 aNames.push_back( *pNames->GetObject( j ) ); in GetRegisteredNames() 192 pFamily = maFamilyList.GetObject( nPos ); in Add() 204 pParent = pParents->GetObject( nPos ); in Add() 242 pFamily = maFamilyList.GetObject( nPos ); in AddNamed() 254 pParent = pParents->GetObject( nPos ); in AddNamed() 281 pFamily = maFamilyList.GetObject( nPos ); in AddToCache() 312 pFamily = maFamilyList.GetObject( nPos ); in Find() 324 sName = pParents->GetObject( nPos )->Find( pFamily, rProperties ); in Find() [all …]
|
| /AOO41X/main/svtools/source/control/ |
| H A D | headbar.cxx | 201 nX += mpItemList->GetObject( i )->mnSize; in ImplGetItemPos() 210 aRect.Right() = aRect.Left() + mpItemList->GetObject( nPos )->mnSize - 1; in ImplGetItemRect() 229 pItem = mpItemList->GetObject( i ); in ImplHitTest() 270 pItem = mpItemList->GetObject( nCount-1 ); in ImplHitTest() 360 ImplHeadItem* pItem = mpItemList->GetObject( nPos ); in ImplDrawItem() 706 ImplHeadItem* pItem = mpItemList->GetObject( nPos ); in ImplStartDrag() 778 !(mpItemList->GetObject(nPos)->mnBits & HIB_FIXEDPOS) ) in ImplDrag() 813 while ( (mpItemList->GetObject(mnItemDragPos)->mnBits & HIB_FIXEDPOS) && in ImplDrag() 819 while ( (mpItemList->GetObject(mnItemDragPos)->mnBits & HIB_FIXEDPOS) && in ImplDrag() 912 ImplHeadItem* pItem = mpItemList->GetObject( nPos ); in ImplEndDrag() [all …]
|
| H A D | tabbar.cxx | 638 long nWidth = mpItemList->GetObject( nLastFirstPos )->mnWidth; in ImplGetLastFirstPos() 642 nWidth += mpItemList->GetObject( nLastFirstPos )->mnWidth; in ImplGetLastFirstPos() 745 ImplTabBarItem* pItem = mpItemList->GetObject( nPos ); in ImplShowPage() 825 pItem = mpItemList->GetObject( nPos ); in MouseButtonDown() 854 pItem = mpItemList->GetObject( nPos ); in MouseButtonDown() 880 pItem = mpItemList->GetObject( n ); in MouseButtonDown() 906 pItem = mpItemList->GetObject( n ); in MouseButtonDown() 964 pItem = mpItemList->GetObject( nPos ); in MouseButtonDown() 1040 pItem = mpItemList->GetObject( GetPagePos( mnCurPageId ) ); in Paint() 1419 ImplTabBarItem* pItem = mpItemList->GetObject( nPos ); in RequestHelp() [all …]
|
| /AOO41X/main/tools/source/communi/ |
| H A D | geninfo.cxx | 153 pTemp = rList.GetObject(i); in GenericInformationList() 172 GetObject( 0 )->ListDeleted(); in ~GenericInformationList() 173 delete GetObject( 0 ); in ~GenericInformationList() 190 ByteString sCandidate = ByteString( *GetObject( nStart )); in Search() 192 return GetObject( nStart ); // found !!! in Search() 203 ByteString sCandidate = ByteString( *GetObject( nActPos )); in Search() 206 return GetObject( nActPos ); // found !!! in Search() 277 ByteString sCandidate( *GetObject( nEnd )); in InsertSorted() 287 ByteString sCandidate( *GetObject( 0 )); in InsertSorted() 306 ByteString sCandidate = ByteString( *GetObject( nActPos )); in InsertSorted() [all …]
|
| /AOO41X/main/sw/source/core/ole/ |
| H A D | ndole.cxx | 315 uno::Reference < container::XChild > xChild( aOLEObj.xOLERef.GetObject(), uno::UNO_QUERY ); in RestorePersistentData() 321 …if ( !p->GetEmbeddedObjectContainer().InsertEmbeddedObject( aOLEObj.xOLERef.GetObject(), aObjName … in RestorePersistentData() 357 … uno::Reference < container::XChild > xChild( aOLEObj.xOLERef.GetObject(), uno::UNO_QUERY ); in SavePersistentData() 418 …uno::Reference< container::XChild > xChild( pNode->GetOLEObj().GetObject().GetObject(), UNO_QUERY … in MakeOLENode() 440 …uno::Reference< container::XChild > xChild( pNode->GetOLEObj().GetObject().GetObject(), UNO_QUERY … in MakeOLENode() 454 return ((SwOLENode*)this)->aOLEObj.GetObject().GetSize( &aMapMode ); in GetTwipSize() 566 uno::Reference< embed::XEmbeddedObject > xObj = aOLEObj.xOLERef.GetObject(); in UpdateLinkURL_Impl() 637 if ( aOLEObj.xOLERef.GetObject().is() && !mpObjectLink ) in CheckFileLink_Impl() 641 …uno::Reference< embed::XLinkageSupport > xLinkSupport( aOLEObj.xOLERef.GetObject(), uno::UNO_QUERY… in CheckFileLink_Impl() 729 uno::Reference < container::XChild > xChild( xOLERef.GetObject(), uno::UNO_QUERY ); in ~SwOLEObj() [all …]
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | rangelst.cxx | 115 GetObject( nIdx )->Format( aStr, nFlags, pDoc, eConv ); in Format() 222 if ( *GetObject( nIdx ) != *r.GetObject( nIdx ) ) in operator ==() 277 ScRange* pR = GetObject( j ); in Find() 291 Append( *rList.GetObject( j ) ); in ScRangeList() 301 Append( *rList.GetObject( j ) ); in operator =() 311 if ( GetObject(j)->Intersects( rRange ) ) in Intersects() 322 if ( GetObject(j)->In( rRange ) ) in In() 335 ScRange* pR = GetObject( j ); in GetCellCount() 473 if ( *GetObject( nIdx ) != *r.GetObject( nIdx ) ) in operator ==() 531 ScRangePair* pR = GetObject( nPos ); in DeleteOnTab() [all …]
|