Home
last modified time | relevance | path

Searched refs:pBase (Results 1 – 25 of 103) sorted by relevance

12345

/trunk/main/automation/source/server/
H A Dsta_list.cxx253 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 Dstatemnt.cxx798 …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 Dstatemnt.hxx236 static Window* SearchAllWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase = sal_True );
238 static Window* SearchClientWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase = sal_True );
244 ScrollBar* GetScrollBar( Window *pBase, sal_uInt16 nDirection, sal_Bool MaybeBase = sal_True );
247 …Window* GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True, sal_uInt16 nSkip…
248 sal_uInt16 CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True );
251 Window* GetFadeSplitWin( Window *pBase, WindowAlign nAlign, sal_Bool MaybeBase = sal_True );
278 String Tree(Window *pBase, int Indent);
279 String ClientTree(Window *pBase, int Indent);
355 Window* GetNextOverlap( Window* pBase );
373 void WriteControlData( Window *pBase, sal_uLong nConf, sal_Bool bFirst = sal_True );
/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Environment.cxx140 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 …]
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx760 if(pBase) in getByIndex()
801 if(pBase) in getByName()
967 if(!pBase) in replaceByName()
1003 if(pBase) in removeByName()
1422 if(pBase) in SwXStyle()
1483 if(pBase && pBase->IsUserDefined()) in setName()
1508 if(pBase) in isUserDefined()
1526 if(pBase) in isInUse()
1544 if(pBase) in getParentStyle()
1568 if(pBase) in setParentStyle()
[all …]
H A Dunoevent.cxx285 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()
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx927 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 …]
/trunk/main/sd/source/ui/sidebar/
H A DPanelFactory.cxx158 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 DSidebarFactory.cxx163 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()
/trunk/main/sc/source/ui/undo/
H A Dareasave.cxx144 ::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()
/trunk/main/sw/source/ui/chrdlg/
H A Dswuiccoll.cxx213 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()
/trunk/main/sd/source/ui/dlg/
H A DPaneChildWindows.cxx77 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()
/trunk/main/sw/source/ui/shells/
H A Dtextidx.cxx166 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()
/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx332 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()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsCurrentSlideManager.cxx207 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 DSlsSlotManager.cxx356 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()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx845 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 …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx3124 pBase->SetTOXForm( aForm ); in Read_F_Tox()
3135 pBase->SetOptions( eOptions ); in Read_F_Tox()
3245 pBase->SetTOXForm( aForm ); in Read_F_Tox()
3300 pBase->SetTOXForm( aForm ); in Read_F_Tox()
3321 SwForm aForm(pBase->GetTOXForm()); in Read_F_Tox()
3345 pBase->SetTOXForm(aForm); in Read_F_Tox()
3349 pBase->SetLevel(nMaxLevel); in Read_F_Tox()
3411 pBase->SetCreate( eCreateFrom ); in Read_F_Tox()
3439 pBase->SetTOXForm( aForm ); in Read_F_Tox()
3456 pBase->AdjustTabStops( rDoc ); in Read_F_Tox()
[all …]
H A Dww8scan.cxx972 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 …]
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx278 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 …]
/trunk/main/basic/source/uno/
H A Dmodsizeexceeded.cxx53 …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()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx372 ::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()
/trunk/main/sw/source/ui/misc/
H A Dlinenum.cxx300 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()
/trunk/main/sw/source/ui/utlui/
H A Duitool.cxx656 const SfxStyleSheetBase* pBase = pPool->First(); in FillCharStyleListBox() local
659 while(pBase) in FillCharStyleListBox()
661 if(bWithDefault || pBase->GetName() != sStandard) in FillCharStyleListBox()
665 nPos = InsertStringSorted(pBase->GetName(), rToFill, bHasOffset ); in FillCharStyleListBox()
667 nPos = rToFill.InsertEntry(pBase->GetName()); in FillCharStyleListBox()
668 …long nPoolId = SwStyleNameMapper::GetPoolIdFromUIName( pBase->GetName(), nsSwGetPoolIdFromName::GE… in FillCharStyleListBox()
671 pBase = pPool->Next(); in FillCharStyleListBox()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx1224 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 …]

Completed in 250 milliseconds

12345