/aoo41x/main/tools/inc/tools/ |
H A D | table.hxx | 56 void* GetCurObject() const; 57 sal_uIntPtr GetCurKey() const { return (sal_uIntPtr)Container::GetCurObject(); } in GetCurKey() 121 Type GetCurObject() const \ 122 { return (Type)Table::GetCurObject(); } \
|
H A D | unqidx.hxx | 45 using Container::GetCurObject; 123 Type GetCurObject() const \ 124 { return (Type)UniqueIndex::GetCurObject(); } \
|
H A D | list.hxx | 45 using Container::GetCurObject; 111 Type GetCurObject() const \ 112 { return (Type)List::GetCurObject(); } \
|
H A D | ref.hxx | 244 inline EntryName GetCurObject() const;\ 281 inline EntryName ClassName##MemberList::GetCurObject() const\ 282 {return (EntryName)BaseList::GetCurObject();}\
|
H A D | contnr.hxx | 97 void* GetCurObject() const;
|
/aoo41x/main/tools/source/fsys/ |
H A D | tdir.cxx | 342 if ( *( pSortLst->GetCurObject() ) & in Reset() 626 if ( *(pSortLst->GetCurObject()) & in ImpSetSort() 651 ImpSortedInsert( pOldLst->GetCurObject(), in ImpSetSort() 654 ImpSortedInsert( pOldLst->GetCurObject(), NULL ); in ImpSetSort() 725 if ( *(pSortLst->GetCurObject()) & in operator +=()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unowcntr.cxx | 47 pRef = mpList->GetCurObject(); in ~SvUnoWeakContainer() 62 pRef = mpList->GetCurObject(); in insert() 88 pRef = mpList->GetCurObject(); in findRef()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 261 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK() 329 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK() 396 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK() 452 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK() 457 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK()
|
H A D | present.cxx | 122 aLbDias.InsertEntry( *( String* ) rPageNames.GetCurObject() ); in SdStartPresentationDlg()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfcache.cxx | 737 pDisplayEntry = (GraphicDisplayCacheEntry*) maDisplayCache.GetCurObject(); in ReleaseGraphicObject() 826 pCacheObj = (GraphicDisplayCacheEntry*) maDisplayCache.GetCurObject(); in SetMaxObjDisplayCacheSize() 1050 pObj = maDisplayCache.GetCurObject(); in ImplFreeDisplayCacheSpace() 1090 pDisplayEntry = (GraphicDisplayCacheEntry*) maDisplayCache.GetCurObject(); in IMPL_LINK()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | animate.cxx | 395 pView = (ImplAnimView*) mpViewList->GetCurObject(); in Stop() 497 pView = (ImplAnimView*) mpViewList->GetCurObject(); in IMPL_LINK() 552 pView = (ImplAnimView*) mpViewList->GetCurObject(); in IMPL_LINK()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 443 …inline Type* GetCurObject() const { return static_cast< Type* >( maList.… in GetCurObject() function in ScfDelList
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc3.cxx | 888 if (pExchangeList->GetCurObject()) in InsertBookmarkAsPage() 890 String aExchangeName (*(String*) pExchangeList->GetCurObject()); in InsertBookmarkAsPage() 1155 if (pExchangeList->GetCurObject()) in InsertBookmarkAsObject() 1157 String aExchangeName (*(String*) pExchangeList->GetCurObject()); in InsertBookmarkAsObject()
|
H A D | drawdoc2.cxx | 851 nPage = ( (SdPage*) aPageList.GetCurObject() )->GetPageNum(); in MovePages()
|
/aoo41x/main/idl/source/objects/ |
H A D | object.cxx | 709 SvSlotElement * pEle = rSlotList.GetCurObject(); in WriteSlots() 931 SvSlotElement* pEle = aSlotList.GetCurObject(); in WriteSfx()
|
/aoo41x/main/tools/source/memtools/ |
H A D | table.cxx | 224 void* Table::GetCurObject() const in GetCurObject() function in Table
|
H A D | contnr.cxx | 1256 void* Container::GetCurObject() const in GetCurObject() function in Container
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | gdimtf.hxx | 206 MetaAction* GetCurAction() const { return (MetaAction*) GetCurObject(); } in GetCurAction()
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | insdlg.cxx | 107 pS = (SvObjectServer *)aTypes.GetCurObject(); in Remove()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | outlview.cxx | 1028 pPara = static_cast<Paragraph*>(mpSelectedParas->GetCurObject()); in IMPL_LINK() 1551 pPara = (Paragraph*) pSelParas->GetCurObject(); in SetSelectedPages()
|
H A D | sdview4.cxx | 609 pRec = (SdViewRedrawRec*)mpLockedRedraws->GetCurObject(); in LockRedraw()
|
/aoo41x/main/svtools/workben/ |
H A D | browser.cxx | 503 String aText( aRows.GetCurObject() ); in PaintField()
|
/aoo41x/main/sd/source/ui/slideshow/ |
H A D | slideshow.cxx | 621 …SdCustomShow* pShow = (pList && rPresSettings.mbCustomShow)?(SdCustomShow*)pList->GetCurObject():N… in getPropertyValue()
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxobj.cxx | 1075 SbxObject *pObj = rObjects.GetCurObject(); in GarbageCollection()
|
/aoo41x/main/l10ntools/source/ |
H A D | tagtest.cxx | 1424 delete aCompareWarningList.GetCurObject(); in CheckTags()
|