/aoo41x/main/automation/source/server/ |
H A D | sta_list.cxx | 253 pBase = Application::GetNextTopLevelWindow( pBase ); in GetDocWin() 267 pBase = Application::GetNextTopLevelWindow( pBase ); in GetDocFrameCount() 281 pBase = Application::GetNextTopLevelWindow( pBase ); in GetDocWinCount() 341 pBase = Application::GetNextTopLevelWindow( pBase ); in SearchAllWin() 373 if ( !pBase ) in SearchClientWin() 658 pBase = pBase->GetWindow( WINDOW_OVERLAP ); in GetFadeSplitWin() 676 pBase = Application::GetNextTopLevelWindow( pBase ); in GetMouseWin() 766 while ( pBase && !IsDocFrame( pBase ) ) in GetFirstDocFrame() 767 pBase = Application::GetNextTopLevelWindow( pBase ); in GetFirstDocFrame() 775 while ( pBase && !pBase->IsVisible() ) in GetFirstDocFrame() [all …]
|
H A D | statemnt.cxx | 798 …if ( pBase->GetType() == WINDOW_WINDOW && pBase->GetParent() && pBase->GetParent()->GetType() == W… in WriteControlData() 800 pBase = pBase->GetParent(); in WriteControlData() 807 switch ( pBase->GetType() ) in WriteControlData() 881 aName = pBase->GetHelpText(); in WriteControlData() 883 aName = pBase->GetText(); in WriteControlData() 2021 if ( pBase ) in MarkShortcutErrors() 2173 pBase = pBase->GetWindow( WINDOW_OVERLAP ); in GetNextOverlap() 2207 while ( pBase ) in GetNextRecoverWin() 2228 …if ( pBase->IsVisible() && !IsFirstDocFrame( pBase ) && pBase->GetType() != WINDOW_BORDERWINDOW &&… in GetNextRecoverWin() 2229 return pBase; in GetNextRecoverWin() [all …]
|
H A D | statemnt.hxx | 235 static Window* SearchAllWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase = sal_True ); 237 static Window* SearchClientWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase = sal_True ); 243 ScrollBar* GetScrollBar( Window *pBase, sal_uInt16 nDirection, sal_Bool MaybeBase = sal_True ); 246 …Window* GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True, sal_uInt16 nSkip… 247 sal_uInt16 CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True ); 250 Window* GetFadeSplitWin( Window *pBase, WindowAlign nAlign, sal_Bool MaybeBase = sal_True ); 277 String Tree(Window *pBase, int Indent); 278 String ClientTree(Window *pBase, int Indent); 354 Window* GetNextOverlap( Window* pBase ); 372 void WriteControlData( Window *pBase, sal_uLong nConf, sal_Bool bFirst = sal_True );
|
/aoo41x/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Environment.cxx | 140 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_acquire() local 141 pBase->acquire(); in s_acquire() 146 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_release() local 147 pBase->release(); in s_release() 152 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_harden() local 153 pBase->harden(ppHardEnv); in s_harden() 159 pBase->acquireWeak(); in s_acquireWeak() 165 pBase->releaseWeak(); in s_releaseWeak() 182 pBase->revokeInterface(pInterface); in s_revokeInterface() 221 pBase->acquireInterface(pInterface); in s_acquireInterface() [all …]
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 792 if(pBase) in getByIndex() 833 if(pBase) in getByName() 1035 if(pBase) in removeByName() 1454 if(pBase) in SwXStyle() 1515 if(pBase && pBase->IsUserDefined()) in setName() 1540 if(pBase) in isUserDefined() 1558 if(pBase) in isInUse() 1576 if(pBase) in getParentStyle() 1600 if(pBase) in setParentStyle() 2255 if(pBase) in SetPropertyValues_Impl() [all …]
|
H A D | unoevent.cxx | 285 SfxStyleSheetBase* pBase = pBasePool->Find(rStyle.GetStyleName()); in setMacroItem() local 286 if (pBase) in setMacroItem() 288 rtl::Reference< SwDocStyleSheet > xStyle( new SwDocStyleSheet( *(SwDocStyleSheet*)pBase ) ); in setMacroItem() 306 SfxStyleSheetBase* pBase = pBasePool->Find(rStyle.GetStyleName()); in getMacroItem() local 307 if (pBase) in getMacroItem() 309 rtl::Reference< SwDocStyleSheet > xStyle( new SwDocStyleSheet( *(SwDocStyleSheet*)pBase) ); in getMacroItem()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen8.cxx | 927 if (pBase->ISA(ScDdeLink)) in IdleCheckLinks() 958 if (pBase->ISA(ScDdeLink)) in SaveDdeLinks() 973 if (pBase->ISA(ScDdeLink)) in SaveDdeLinks() 1077 if (pBase->ISA(ScDdeLink)) in UpdateDdeLinks() 1098 if (pBase->ISA(ScDdeLink)) in UpdateDdeLinks() 1118 if (pBase->ISA(ScDdeLink)) in UpdateDdeLink() 1143 if (pBase->ISA(ScDdeLink)) in DisconnectDdeLinks() 1166 if (pBase->ISA(ScDdeLink)) in CopyDdeLinks() 1348 if (pBase->ISA(ScAreaLink)) in UpdateAreaLinks() 1349 pBase->Update(); in UpdateAreaLinks() [all …]
|
/aoo41x/main/sd/source/ui/sidebar/ |
H A D | PanelFactory.cxx | 158 ViewShellBase* pBase = NULL; in createUIElement() local 165 pBase = pController->GetViewShellBase(); in createUIElement() 167 if (pBase == NULL) in createUIElement() 180 pControl = new CustomAnimationPanel(pParentWindow, *pBase); in createUIElement() 182 pControl = new LayoutMenu(pParentWindow, *pBase, xSidebar); in createUIElement() 184 pControl = AllMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement() 186 pControl = RecentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement() 188 pControl = CurrentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement() 190 pControl = new SlideTransitionPanel(pParentWindow, *pBase); in createUIElement() 192 pControl = createTableDesignPanel(pParentWindow, *pBase); in createUIElement() [all …]
|
H A D | SidebarFactory.cxx | 163 ViewShellBase* pBase = NULL; in createUIElement() local 170 pBase = pController->GetViewShellBase(); in createUIElement() 172 if (pBase == NULL) in createUIElement() 180 pControl = new CustomAnimationPanel(pParentWindow, *pBase); in createUIElement() 182 pControl = new LayoutMenu(pParentWindow, *pBase, xSidebar); in createUIElement() 184 pControl = AllMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement() 186 pControl = RecentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement() 188 pControl = CurrentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement() 190 pControl = new SlideTransitionPanel(pParentWindow, *pBase); in createUIElement() 192 pControl = new TableDesignPanel(pParentWindow, *pBase); in createUIElement()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | areasave.cxx | 144 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in IsEqual() 145 if (pBase->ISA(ScAreaLink)) in IsEqual() 147 if ( nPos >= GetCount() || !(*this)[nPos]->IsEqual( *(ScAreaLink*)pBase ) ) in IsEqual() 165 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in lcl_FindLink() 166 if ( pBase->ISA(ScAreaLink) && in lcl_FindLink() 167 rSaver.IsEqualSource( *static_cast<ScAreaLink*>(pBase) ) ) in lcl_FindLink() 169 return static_cast<ScAreaLink*>(pBase); // found in lcl_FindLink() 211 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in CreateFromDoc() 212 if (pBase->ISA(ScAreaLink)) in CreateFromDoc() 217 ScAreaLinkSaver* pSaver = new ScAreaLinkSaver( *(ScAreaLink*)pBase ); in CreateFromDoc()
|
/aoo41x/main/sw/source/ui/chrdlg/ |
H A D | swuiccoll.cxx | 213 const SfxStyleSheetBase* pBase = pPool->First(); in Reset() local 214 while( pBase ) in Reset() 216 if(!pFmt || pBase->GetName() != pFmt->GetName()) in Reset() 217 aStyleLB.InsertEntry(pBase->GetName()); in Reset() 218 pBase = pPool->Next(); in Reset() 323 const SfxStyleSheetBase* pBase = pPool->First(); in IMPL_LINK() local 324 while( pBase ) in IMPL_LINK() 326 if(!pFmt || pBase->GetName() != pFmt->GetName()) in IMPL_LINK() 327 aStyleLB.InsertEntry(pBase->GetName()); in IMPL_LINK() 328 pBase = pPool->Next(); in IMPL_LINK()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | PaneChildWindows.cxx | 77 ViewShellBase* pBase = ViewShellBase::GetViewShellBase(pBindings->GetDispatcher()->GetFrame()); in SFX_IMPL_DOCKINGWINDOW() local 78 if (pBase != NULL) in SFX_IMPL_DOCKINGWINDOW() 80 framework::FrameworkHelper::Instance(*pBase)->UpdateConfiguration(); in SFX_IMPL_DOCKINGWINDOW() 89 ViewShellBase* pBase = NULL; in ~PaneChildWindow() local 92 pBase = ViewShellBase::GetViewShellBase( in ~PaneChildWindow() 94 if (pBase != NULL) in ~PaneChildWindow() 95 framework::FrameworkHelper::Instance(*pBase)->UpdateConfiguration(); in ~PaneChildWindow()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | textidx.cxx | 166 const SwTOXBase* pBase = rSh.GetCurTOX(); in ExecIdx() local 167 DBG_ASSERT(pBase, "no TOXBase to remove"); in ExecIdx() 168 if( pBase ) in ExecIdx() 169 rSh.DeleteTOX(*pBase, sal_True); in ExecIdx() 189 const SwTOXBase* pBase = 0; in GetIdxState() local 190 if( bHtmlMode || 0 != ( pBase = rSh.GetCurTOX()) ) in GetIdxState() 192 if( pBase ) in GetIdxState() 194 if(pBase->IsTOXBaseInReadonly()) in GetIdxState()
|
/aoo41x/main/cppuhelper/source/ |
H A D | implbase_ex.cxx | 332 Type const & rType, class_data * cd, void * that, OWeakObject * pBase ) in WeakImplHelper_query() argument 347 return pBase->OWeakObject::queryInterface( rType ); in WeakImplHelper_query() 365 Type const & rType, class_data * cd, void * that, OWeakAggObject * pBase ) in WeakAggImplHelper_queryAgg() argument 380 return pBase->OWeakAggObject::queryAggregation( rType ); in WeakAggImplHelper_queryAgg() 399 Type const & rType, class_data * cd, void * that, WeakComponentImplHelperBase * pBase ) in WeakComponentImplHelper_query() argument 414 return pBase->WeakComponentImplHelperBase::queryInterface( rType ); in WeakComponentImplHelper_query() 433 Type const & rType, class_data * cd, void * that, WeakAggComponentImplHelperBase * pBase ) in WeakAggComponentImplHelper_queryAgg() argument 448 return pBase->WeakAggComponentImplHelperBase::queryAggregation( rType ); in WeakAggComponentImplHelper_queryAgg()
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsCurrentSlideManager.cxx | 207 ViewShellBase* pBase = mrSlideSorter.GetViewShellBase(); in SetCurrentSlideAtViewShellBase() local 208 if (pBase != NULL) in SetCurrentSlideAtViewShellBase() 211 pBase->GetMainViewShell().get()); in SetCurrentSlideAtViewShellBase() 228 ViewShellBase* pBase = mrSlideSorter.GetViewShellBase(); in SetCurrentSlideAtTabControl() local 229 if (pBase != NULL) in SetCurrentSlideAtTabControl() 232 ::boost::dynamic_pointer_cast<DrawViewShell>(pBase->GetMainViewShell())); in SetCurrentSlideAtTabControl()
|
H A D | SlsSlotManager.cxx | 356 ViewShellBase* pBase = mrSlideSorter.GetViewShellBase(); in FuSupport() local 357 if (pBase != NULL) in FuSupport() 360 ::boost::dynamic_pointer_cast<DrawViewShell>(pBase->GetMainViewShell())); in FuSupport() 379 ViewShellBase* pBase = mrSlideSorter.GetViewShellBase(); in FuSupport() local 380 if (pBase != NULL) in FuSupport() 382 framework::FrameworkHelper::Instance(*pBase)->HandleModeChangeSlot( in FuSupport() 721 ViewShellBase* pBase = mrSlideSorter.GetViewShellBase(); in GetClipboardState() local 722 if (pBase != NULL) in GetClipboardState() 725 ::boost::dynamic_pointer_cast<DrawViewShell>(pBase->GetMainViewShell())); in GetClipboardState()
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 845 const WW8ScannerBase* pBase) in WW8PLCFx_PCDAttrs() argument 848 nGrpprls(pBase->nPieceGrpprls) in WW8PLCFx_PCDAttrs() 4100 pWwFib = pBase->pWw8Fib; in WW8PLCFMan() 4126 pSep->pPLCFx = pBase->pSepPLCF; in WW8PLCFMan() 4127 pFtn->pPLCFx = pBase->pFtnPLCF; in WW8PLCFMan() 4128 pEdn->pPLCFx = pBase->pEdnPLCF; in WW8PLCFMan() 4129 pBkm->pPLCFx = pBase->pBook; in WW8PLCFMan() 4130 pAnd->pPLCFx = pBase->pAndPLCF; in WW8PLCFMan() 4151 pChp->pPLCFx = pBase->pChpPLCF; in WW8PLCFMan() 4152 pPap->pPLCFx = pBase->pPapPLCF; in WW8PLCFMan() [all …]
|
/aoo41x/main/sd/source/ui/view/ |
H A D | Outliner.cxx | 278 ViewShellBase* pBase = PTR_CAST(ViewShellBase,SfxViewShell::Current()); in PrepareSpelling() local 279 if (pBase != NULL) in PrepareSpelling() 280 SetViewShell (pBase->GetMainViewShell()); in PrepareSpelling() 331 ViewShellBase* pBase = PTR_CAST(ViewShellBase,SfxViewShell::Current()); in EndSpelling() local 332 if (pBase != NULL) in EndSpelling() 333 pViewShell = pBase->GetMainViewShell(); in EndSpelling() 483 ViewShellBase* pBase = PTR_CAST(ViewShellBase,SfxViewShell::Current()); in StartSearchAndReplace() local 487 if (pBase != NULL) in StartSearchAndReplace() 489 ::boost::shared_ptr<ViewShell> pShell (pBase->GetMainViewShell()); in StartSearchAndReplace() 1631 if (pBase != NULL) in BeginConversion() [all …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 3108 pBase->SetTOXForm( aForm ); in Read_F_Tox() 3119 pBase->SetOptions( eOptions ); in Read_F_Tox() 3229 pBase->SetTOXForm( aForm ); in Read_F_Tox() 3284 pBase->SetTOXForm( aForm ); in Read_F_Tox() 3305 SwForm aForm(pBase->GetTOXForm()); in Read_F_Tox() 3329 pBase->SetTOXForm(aForm); in Read_F_Tox() 3333 pBase->SetLevel(nMaxLevel); in Read_F_Tox() 3395 pBase->SetCreate( eCreateFrom ); in Read_F_Tox() 3428 pBase->SetTOXForm( aForm ); in Read_F_Tox() 3450 pBase->AdjustTabStops(rDoc, sal_True); in Read_F_Tox() [all …]
|
H A D | ww8scan.cxx | 972 nGrpprls(pBase->nPieceGrpprls) in WW8PLCFx_PCDAttrs() 4552 pWwFib = pBase->pWw8Fib; in WW8PLCFMan() 4581 pBkm->pPLCFx = pBase->pBook; in WW8PLCFMan() 4603 pChp->pPLCFx = pBase->pChpPLCF; in WW8PLCFMan() 4604 pPap->pPLCFx = pBase->pPapPLCF; in WW8PLCFMan() 4610 pBkm->pPLCFx = pBase->pBook; in WW8PLCFMan() 4613 pSubdocs = pBase->pSubdocs; in WW8PLCFMan() 4620 pFdoa = pBase->pHdFtFdoa; in WW8PLCFMan() 4621 pTxbx = pBase->pHdFtTxbx; in WW8PLCFMan() 4638 pTxbx = pBase->pMainTxbx; in WW8PLCFMan() [all …]
|
/aoo41x/main/basic/source/uno/ |
H A D | modsizeexceeded.cxx | 53 …comphelper::OInteractionAbort* pBase = static_cast< comphelper::OInteractionAbort* >( m_xAbort.get… in isAbort() local 54 return pBase->wasSelected(); in isAbort() 60 …comphelper::OInteractionApprove* pBase = static_cast< comphelper::OInteractionApprove* >( m_xAppro… in isApprove() local 61 return pBase->wasSelected(); in isApprove()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 372 ::sfx2::SvBaseLink* pBase = *pLinkManager->GetLinks()[k]; in UpdateLinks() 373 if (pBase->ISA(ScTableLink)) in UpdateLinks() 375 ScTableLink* pTabLink = (ScTableLink*)pBase; in UpdateLinks() 440 ::sfx2::SvBaseLink* pBase = *pLinkManager->GetLinks()[i]; in ReloadTabLinks() 441 if (pBase->ISA(ScTableLink)) in ReloadTabLinks() 443 ScTableLink* pTabLink = (ScTableLink*)pBase; in ReloadTabLinks()
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | linenum.cxx | 300 SfxStyleSheetBase* pBase; in FillItemSet() local 301 pBase = pPool->Find(sCharFmtName, SFX_STYLE_FAMILY_CHAR); in FillItemSet() 302 if(!pBase) in FillItemSet() 303 pBase = &pPool->Make(sCharFmtName, SFX_STYLE_FAMILY_CHAR); in FillItemSet() 304 pCharFmt = ((SwDocStyleSheet*)pBase)->GetCharFmt(); in FillItemSet()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | uitool.cxx | 642 const SfxStyleSheetBase* pBase = pPool->First(); in FillCharStyleListBox() local 645 while(pBase) in FillCharStyleListBox() 647 if(bWithDefault || pBase->GetName() != sStandard) in FillCharStyleListBox() 651 nPos = InsertStringSorted(pBase->GetName(), rToFill, bHasOffset ); in FillCharStyleListBox() 653 nPos = rToFill.InsertEntry(pBase->GetName()); in FillCharStyleListBox() 654 …long nPoolId = SwStyleNameMapper::GetPoolIdFromUIName( pBase->GetName(), nsSwGetPoolIdFromName::GE… in FillCharStyleListBox() 657 pBase = pPool->Next(); in FillCharStyleListBox()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | doctxm.cxx | 1224 SwTOXSortTabBase* pBase = 0; in UpdateMarks() local 1235 pBase = new SwTOXIndex( *pTOXSrc, pTxtMark, in UpdateMarks() 1237 InsertSorted(pBase); in UpdateMarks() 1241 pBase = new SwTOXIndex( *pTOXSrc, pTxtMark, in UpdateMarks() 1243 InsertSorted(pBase); in UpdateMarks() 1246 pBase = new SwTOXIndex( *pTOXSrc, pTxtMark, in UpdateMarks() 1248 InsertSorted(pBase); in UpdateMarks() 1257 InsertSorted(pBase); in UpdateMarks() 2029 if(pBase->pTOXNd) in UpdatePageNum() 2350 SwTOXSortTabBase* pBase = aSortArr[i]; in GetKeyRange() local [all …]
|