Home
last modified time | relevance | path

Searched refs:pRetItem (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dshell.cxx1048 SfxPoolItem *pRetItem = 0; in GetSlotState() local
1059 pRetItem = new SfxVoidItem(0); in GetSlotState()
1065 pRetItem = pItem->Clone(); in GetSlotState()
1067 DeleteItemOnIdle(pRetItem); in GetSlotState()
1069 return pRetItem; in GetSlotState()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx663 LocaleItem* pRetItem = NULL; in getItemForLocale() local
676 pRetItem = pLocaleItem; in getItemForLocale()
682 if( pRetItem == NULL && bException ) in getItemForLocale()
687 return pRetItem; in getItemForLocale()
694 LocaleItem* pRetItem = NULL; in getClosestMatchItemForLocale() local
709 pRetItem = pLocaleItem; in getClosestMatchItemForLocale()
714 if( pRetItem ) in getClosestMatchItemForLocale()
718 return pRetItem; in getClosestMatchItemForLocale()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx2530 const SfxPoolItem* pRetItem = GetViewData()->GetDispatcher().Execute( in MoveTable() local
2532 if ( pRetItem ) in MoveTable()
2534 if ( pRetItem->ISA( SfxObjectItem ) ) in MoveTable()
2535 pDestShell = PTR_CAST( ScDocShell, ((const SfxObjectItem*)pRetItem)->GetShell() ); in MoveTable()
2536 else if ( pRetItem->ISA( SfxViewFrameItem ) ) in MoveTable()
2538 SfxViewFrame* pFrm = ((const SfxViewFrameItem*)pRetItem)->GetFrame(); in MoveTable()

Completed in 47 milliseconds