Home
last modified time | relevance | path

Searched refs:GetObject (Results 126 – 150 of 623) sorted by relevance

12345678910>>...25

/trunk/main/tools/source/ref/
H A Dpstm.cxx89 SvPersistBase * pObj = GetObject( n ); in WriteObjects()
92 rStm << GetObject( n ); in WriteObjects()
378 SvPersistBase * SvPersistStream::GetObject( sal_uIntPtr nIdx ) const in GetObject() function in SvPersistStream
383 return pRefStm->GetObject( nIdx ); in GetObject()
794 rpObj = GetObject( nId ); in ReadObj()
H A Dglobname.cxx369 ImpSvGlobalName * pImp = (ImpSvGlobalName *)aList.GetObject( i -1 ); in ~SvGlobalNameList()
388 SvGlobalName SvGlobalNameList::GetObject( sal_uLong nPos ) in GetObject() function in SvGlobalNameList
390 return SvGlobalName( (ImpSvGlobalName *)aList.GetObject( nPos ) ); in GetObject()
400 if( *rName.pImp == *(ImpSvGlobalName *)aList.GetObject( i -1 ) ) in IsEntry()
/trunk/main/sw/inc/
H A Dndole.hxx67 svt::EmbeddedObjectRef& GetObject();
133 sal_Int64 GetAspect() const { return aOLEObj.GetObject().GetViewAspect(); } in GetAspect()
134 void SetAspect( sal_Int64 nAspect) { aOLEObj.GetObject().SetViewAspect( nAspect ); } in SetAspect()
H A Dunocoll.hxx308 static ::com::sun::star::text::XTextTable* GetObject( SwFrmFmt& rFmt );
351 static SwXFrame* GetObject( SwFrmFmt& rFmt, FlyCntType eType );
445 …static ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection> GetObject( SwSectio…
535 …static ::com::sun::star::uno::Reference< ::com::sun::star::text::XFootnote> GetObject( SwDoc& rDoc…
568 static SwXReferenceMark* GetObject( SwDoc* pDoc, const SwFmtRefMark* pMark );
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx508 pPortion = rParaPortion.GetTextPortions().GetObject(n); in CalcTextSize()
550 delete GetObject(nLine); in Reset()
558 delete GetObject(nL); in DeleteFromLine()
566 EditLine* pLine = GetObject( nLine ); in FindLine()
1240 RemoveItemsFromPool( GetObject( --nNode ) ); in ImplDestroyContents()
1335 ContentNode* pNode = GetObject( nNode ); in CreateDefFont()
1378 XubString aTmp( GetParaAsString( GetObject(nNode) ) ); in GetText()
1447 ContentNode* pNode = GetObject( nNode ); in GetTextLen()
1494 ContentNode* pPrevFirstNode = GetObject(0); in RemoveText()
2041 EditCharAttrib* pAttr = aAttribs.GetObject( n ); in OptimizeRanges()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdpoev.cxx113 sal_uInt32 nNum(pPts->GetObject(nMarkedPntNum)); in CheckPolyPossibilitiesHelper()
390 SdrObject* pNeuObj = pObj->RipPoint(pPts->GetObject(i), nNewPt0Idx); in RipUpAtMarkedPoints()
412 sal_uInt32 nPntNum(pPts->GetObject(nBla)); in RipUpAtMarkedPoints()
468 const sal_uInt16 nMarkedPointNum(pSelectedPoints->GetObject(b)); in IsRipUpAtMarkedPointsPossible()
621 sal_uInt32 nPt(pPts->GetObject(nPtNum)); in ImpTransformMarkedPoints()
H A Dsvdglev.cxx77 sal_uInt16 nPtId=pPts->GetObject(nPtNum); in ImpDoMarkedGluePoints()
256 sal_uInt16 nPtId=pPts->GetObject(nPtNum); in DeleteMarkedGluePoints()
298 sal_uInt16 nPtId=pPts->GetObject(nPtNum); in ImpCopyMarkedGluePoints()
334 sal_uInt16 nPtId=pPts->GetObject(nPtNum); in ImpTransformMarkedGluePoints()
/trunk/main/xmloff/source/style/
H A Dimpastp3.cxx64 SvXMLAutoStylePoolPropertiesP_Impl *pIS = maPropertiesList.GetObject( i ); in Add()
108 SvXMLAutoStylePoolPropertiesP_Impl *pIS = maPropertiesList.GetObject( i ); in AddNamed()
144 SvXMLAutoStylePoolPropertiesP_Impl *pIS = maPropertiesList.GetObject( i ); in Find()
/trunk/main/tools/inc/tools/
H A Dpostsys.h50 #ifdef GetObject
51 #undef GetObject
58 #define WIN_GetObject GetObject
H A Dpostwin.h63 #ifdef GetObject
64 #undef GetObject
71 #define WIN_GetObject GetObject
H A Dlist.hxx47 using Container::GetObject;
113 Type GetObject( sal_uIntPtr nIndex ) const \
114 { return (Type)List::GetObject( nIndex ); } \
/trunk/main/automation/source/communi/
H A Dcommuni.cxx301 CommunicationLinkRef rTempLink = ActiveLinks->GetObject( i ); in ~MultiCommunicationManager()
314 CommunicationLinkRef rTempLink = InactiveLinks->GetObject( i ); in ~MultiCommunicationManager()
330 if ( !ActiveLinks->GetObject(i-1)->StopCommunication() ) in StopCommunication()
353 return ActiveLinks->GetObject( nNr ); in GetCommunicationLink()
/trunk/main/svtools/source/brwbox/
H A Ddatwin.cxx355 if ( pBox->pCols->GetObject(nCol)->IsFrozen() || nCol >= pBox->nFirstCol ) in CreateBrowseEvent()
357 nColX += pBox->pCols->GetObject(nCol)->Width(); in CreateBrowseEvent()
363 nColId = pBox->pCols->GetObject(nCol)->GetId(); in CreateBrowseEvent()
369 nColX -= pBox->pCols->GetObject(nCol)->Width(); in CreateBrowseEvent()
372 Size( pBox->pCols->GetObject(nCol)->Width(), in CreateBrowseEvent()
/trunk/main/sfx2/source/dialog/
H A Dmgetempl.cxx212 pItem = pFamilies->GetObject(i); in SfxManageStyleSheetPage()
233 SfxFilterTupel* pTupel = rList.GetObject(i); in SfxManageStyleSheetPage()
454 p = pItem->GetFilterList().GetObject( nIdx ); in IMPL_LINK_INLINE_END()
456 sal_uInt16 nMask = pItem->GetFilterList().GetObject( in IMPL_LINK_INLINE_END()
/trunk/main/svx/inc/svx/
H A Dsvdpage.hxx341 SdrPageGridFrame* GetObject(sal_uInt16 i) const { return (SdrPageGridFrame*)(aList.GetObject(i)); } in GetObject() function in SdrPageGridFrameList
350 SdrPageGridFrame& operator[](sal_uInt16 nPos) { return *GetObject(nPos); } in operator []()
351 const SdrPageGridFrame& operator[](sal_uInt16 nPos) const { return *GetObject(nPos); } in operator []()
/trunk/main/sfx2/inc/
H A Dmsgnodei.hxx117 SfxMsgReceiver* GetObject( sal_uInt16 nPos );
140 …SfxMsgAttachFile* GetReceiver(sal_uIntPtr nPos) { return (SfxMsgAttachFile*)List::GetObject(nPos);… in GetReceiver()
170 SfxMsgAttachFile* GetObject( sal_uInt16 nPos );
/trunk/main/idl/source/objects/
H A Dtypes.cxx531 rList.GetObject( i )->WriteParam( rBase, rOutStm, nTab, nT ); in WriteParam()
755 SvMetaAttribute *pAttr = rList.GetObject( i ); in WriteRecursiv_Impl()
1899 nC += pAttrList->GetObject( n )->MakeSfx( pAttrArray ); in MakeSfx()
2235 SvMetaAttribute * pT = pAttrList->GetObject( n ); in GetParserString()
2267 SvMetaAttribute * pA = pAttrList->GetObject( n ); in WriteParamNames()
2510 aEnumValueList.GetObject( n )->WriteSvIdl( rBase, rOutStm, nTab ); in WriteContextSvIdl()
2581 aEnumValueList.GetObject( n )->Write( rBase, rOutStm, nTab +1, nT, nA ); in WriteContext()
2655 SvMetaAttribute *pAttr1 = rList.GetObject(n); in Compare()
2656 SvMetaAttribute *pAttr2 = rOtherList.GetObject(n); in Compare()
/trunk/main/tools/bootstrp/
H A Dcppdep.cxx65 ByteString *pStr = pSources->GetObject(n); in Execute()
118 ByteString *pStr = pFileList->GetObject(i); in Search()
154 ByteString *pPathName = pSearchPath->GetObject(n); in Exists()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx697 BasicLibInfo* pStdLibInfo = pLibs->GetObject( 0 ); in BasicManager()
740 BasicLibInfo* pInfo = pLibs->GetObject( nL ); in BasicManager()
844 BasicLibInfo* pBasLibInfo = pLibs->GetObject( nL ); in SetLibraryContainerInfo()
1054 if( !ImplLoadBasic( *xManagerStream, pLibs->GetObject(0)->GetLibRef() ) ) in LoadOldBasicManager()
1402 BasicLibInfo* pLibInfo = pLibs->GetObject( nLib ); in IsReference()
1421 BasicLibInfo* pLibInfo = pLibs->GetObject( nLib ); in RemoveLib()
1500 BasicLibInfo* pInf = pLibs->GetObject( nLib ); in GetLib()
1563 BasicLibInfo* pLibInfo = pLibs->GetObject( nLib ); in SetLibName()
1584 BasicLibInfo* pLibInfo = pLibs->GetObject( nLib ); in GetLibName()
1596 BasicLibInfo* pLibInfo = pLibs->GetObject( nLib ); in LoadLib()
[all …]
/trunk/main/tools/source/memtools/
H A Dtable.cxx265 sal_uIntPtr nLastKey = (sal_uIntPtr)Container::GetObject( (nCount*2)-2 ); in GetUniqueKey()
278 nLastKey = (sal_uIntPtr)Container::GetObject( nPos ); in GetUniqueKey()
285 if ( nLastKey != (sal_uIntPtr)Container::GetObject( nPos ) ) in GetUniqueKey()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx368 XclListColor* pListColor = mxColorList->GetObject( nIdx ); in Finalize()
406 maPalette[ nNearest ].SetColor( mxColorList->GetObject( nFound )->GetColor() ); in Finalize()
525 XclListColor* pEntry = mxColorList->GetObject( rnIndex ); in SearchListEntry()
538 pEntry = mxColorList->GetObject( rnIndex ); in SearchListEntry()
550 pEntry = mxColorList->GetObject( rnIndex = nEndIdx ); in SearchListEntry()
598 const XclListColor* pOldEntry = xOldList->GetObject( nIdx ); in RawReducePalette()
636 XclListColor* pKeepEntry = mxColorList->GetObject( nKeep ); in ReduceLeastUsedColor()
637 XclListColor* pRemoveEntry = mxColorList->GetObject( nRemove ); in ReduceLeastUsedColor()
664 XclListColor* pEntry = mxColorList->GetObject( nIdx ); in GetLeastUsedListColor()
684 if( XclListColor* pEntry = mxColorList->GetObject( nIdx ) ) in GetNearestListColor()
[all …]
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx117 …aFormats.push_back( ( (FilterEntry*) mpBrowser->aFilterEntryList.GetObject( i ) )->aFilterName.ToL… in run()
315 aURL = INetURLObject(*mpBrowser->aFoundList.GetObject( nPos = i )); in run()
317 …aURL = INetURLObject(*mpBrowser->aFoundList.GetObject( nPos = mpBrowser->aLbxFound.GetSelectEntryP… in run()
394 aRemoveEntries[ (sal_uLong) maTakenList.GetObject( i ) ] = true; in IMPL_LINK()
401 aRemainingVector.push_back( *mpBrowser->aFoundList.GetObject( i ) ); in IMPL_LINK()
1122 INetURLObject _aURL( *aFoundList.GetObject( aLbxFound.GetEntryPos( aString ) ) ); in DoPreview()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx1258 SvLBoxEntry* pEntry = (SvLBoxEntry*)(pZOrderList->GetObject(nPos )); in Paint()
2253 SvLBoxEntry* pEntry = (SvLBoxEntry*)(pZOrderList->GetObject(nCur)); in GetNextEntry()
2871 if( pZOrderList->GetObject( pZOrderList->Count() -1 ) != pEntry ) in ToTop()
3072 pView->GetBoundingRect((SvLBoxEntry*)(pList->GetObject(nCurPos))); in GetSortListPos()
3263 SvLBoxEntry* pEntry = (SvLBoxEntry*)pList->GetObject( nListPos ); in SearchCol()
3277 SvLBoxEntry* pEntry = (SvLBoxEntry*)pList->GetObject( nListPos ); in SearchCol()
3297 SvLBoxEntry* pEntry = (SvLBoxEntry*)(pList->GetObject( nCur )); in SearchCol()
3339 SvLBoxEntry* pEntry = (SvLBoxEntry*)pList->GetObject( nListPos ); in SearchRow()
3373 SvLBoxEntry* pEntry = (SvLBoxEntry*)(pList->GetObject( nCur )); in SearchRow()
3843 Rectangle* pRect = (Rectangle*)pRectList->GetObject( nCur ); in IsOver()
[all …]
/trunk/main/xmloff/source/draw/
H A Dximpstyl.cxx542 SdXMLPresentationPlaceholderContext* pObj0 = maList.GetObject(0); in EndElement()
584 SdXMLPresentationPlaceholderContext* pObj1 = maList.GetObject(1); in EndElement()
633 SdXMLPresentationPlaceholderContext* pObj1 = maList.GetObject(1); in EndElement()
634 SdXMLPresentationPlaceholderContext* pObj2 = maList.GetObject(2); in EndElement()
705 SdXMLPresentationPlaceholderContext* pObj1 = maList.GetObject(1); in EndElement()
706 SdXMLPresentationPlaceholderContext* pObj2 = maList.GetObject(2); in EndElement()
728 SdXMLPresentationPlaceholderContext* pObj1 = maList.GetObject(1); in EndElement()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dbundles.cxx167 return (FontEntry*)aFontEntryList.GetObject( nInd ); in GetFontEntry()
200 pFontEntry = (FontEntry*)aFontEntryList.GetObject( nFontNameCount ); in InsertName()
263 pFontEntry = (FontEntry*)aFontEntryList.GetObject( nCharSetCount ); in InsertCharSet()

Completed in 215 milliseconds

12345678910>>...25