| /AOO41X/main/automation/source/server/ |
| H A D | sta_list.cxx | 243 Window* pBase = Application::GetFirstTopLevelWindow(); in GetDocWin() local 245 while ( pBase ) in GetDocWin() 247 if ( IsDocWin( pBase ) ) in GetDocWin() 250 return pBase; in GetDocWin() 253 pBase = Application::GetNextTopLevelWindow( pBase ); in GetDocWin() 260 Window* pBase = Application::GetFirstTopLevelWindow(); in GetDocFrameCount() local 263 while ( pBase ) in GetDocFrameCount() 265 if ( IsDocFrame( pBase ) ) in GetDocFrameCount() 267 pBase = Application::GetNextTopLevelWindow( pBase ); in GetDocFrameCount() 274 Window* pBase = Application::GetFirstTopLevelWindow(); in GetDocWinCount() local [all …]
|
| H A D | statemnt.cxx | 787 void StatementCommand::WriteControlData( Window *pBase, sal_uLong nConf, sal_Bool bFirst ) in WriteControlData() argument 790 if ( IsDialog(pBase) && !bFirst ) in WriteControlData() 798 …if ( pBase->GetType() == WINDOW_WINDOW && pBase->GetParent() && pBase->GetParent()->GetType() == W… in WriteControlData() 799 dynamic_cast< svt::table::TableControl* > ( pBase->GetParent() ) ) in WriteControlData() 800 pBase = pBase->GetParent(); in WriteControlData() 807 switch ( pBase->GetType() ) in WriteControlData() 837 aName = pBase->GetText().EraseAllChars('~'); in WriteControlData() 859 aName = pBase->GetQuickHelpText(); in WriteControlData() 867 aName = ((MessBox*)pBase)->GetMessText(); in WriteControlData() 871 if ( pBase->GetUniqueOrHelpId().isEmpty() && !( nConf & DH_MODE_ALLWIN ) ) in WriteControlData() [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() 158 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_acquireWeak() local 159 pBase->acquireWeak(); in s_acquireWeak() 164 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_releaseWeak() local 165 pBase->releaseWeak(); in s_releaseWeak() [all …]
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unostyle.cxx | 791 SfxStyleSheetBase* pBase = pBasePool->Find( sStyleName, eFamily ); in getByIndex() local 792 if(pBase) in getByIndex() 800 … new SwXFrameStyle(*pBasePool, pDocShell->GetDoc(), pBase->GetName()): in getByIndex() 832 SfxStyleSheetBase* pBase = pBasePool->Find(sStyleName); in getByName() local 833 if(pBase) in getByName() 841 new SwXFrameStyle(*pBasePool, pDocShell->GetDoc(), pBase->GetName()): in getByName() 890 SfxStyleSheetBase* pBase = pBasePool->Find(sStyleName); in hasByName() local 891 bRet = 0 != pBase; in hasByName() 927 SfxStyleSheetBase* pBase = pBasePool->Find(sStyleName); in insertByName() local 929 if(pBase || pUINameBase) in insertByName() [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 | 926 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in IdleCheckLinks() 927 if (pBase->ISA(ScDdeLink)) in IdleCheckLinks() 929 ScDdeLink* pDdeLink = (ScDdeLink*)pBase; in IdleCheckLinks() 957 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in SaveDdeLinks() 958 if (pBase->ISA(ScDdeLink)) in SaveDdeLinks() 959 if ( !bExport40 || ((ScDdeLink*)pBase)->GetMode() == SC_DDE_DEFAULT ) in SaveDdeLinks() 972 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in SaveDdeLinks() 973 if (pBase->ISA(ScDdeLink)) in SaveDdeLinks() 975 ScDdeLink* pLink = (ScDdeLink*)pBase; in SaveDdeLinks() 1035 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in UpdateExternalRefLinks() [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 | 354 ViewShellBase* pBase = mrSlideSorter.GetViewShellBase(); in FuSupport() local 355 if (pBase != NULL) in FuSupport() 358 ::boost::dynamic_pointer_cast<DrawViewShell>(pBase->GetMainViewShell())); in FuSupport() 377 ViewShellBase* pBase = mrSlideSorter.GetViewShellBase(); in FuSupport() local 378 if (pBase != NULL) in FuSupport() 380 framework::FrameworkHelper::Instance(*pBase)->HandleModeChangeSlot( in FuSupport() 719 ViewShellBase* pBase = mrSlideSorter.GetViewShellBase(); in GetClipboardState() local 720 if (pBase != NULL) in GetClipboardState() 723 ::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 847 pPcd(pPLCFx_PCD), pGrpprls(pBase->pPieceGrpprls), in WW8PLCFx_PCDAttrs() 848 nGrpprls(pBase->nPieceGrpprls) in WW8PLCFx_PCDAttrs() 4095 WW8PLCFMan::WW8PLCFMan(WW8ScannerBase* pBase, short nType, long nStartCp, in WW8PLCFMan() argument 4097 : maSprmParser(pBase->pWw8Fib->nVersion), in WW8PLCFMan() 4100 pWwFib = pBase->pWw8Fib; in WW8PLCFMan() 4118 pPcd = ( pBase->pPLCFx_PCD ) ? &aD[5] : 0; in WW8PLCFMan() 4120 pPcdA = ( pBase->pPLCFx_PCDAttrs ) ? &aD[6] : 0; in WW8PLCFMan() 4126 pSep->pPLCFx = pBase->pSepPLCF; in WW8PLCFMan() 4127 pFtn->pPLCFx = pBase->pFtnPLCF; 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() 1630 ViewShellBase* pBase = PTR_CAST(ViewShellBase, SfxViewShell::Current()); in BeginConversion() local [all …]
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par5.cxx | 3020 SwTOXBase* pBase = new SwTOXBase( pType, aOrigForm, nCreateOf, aEmptyStr ); in Read_F_Tox() local 3021 pBase->SetProtected(maSectionManager.CurrentSectionIsProtected()); in Read_F_Tox() 3058 SwForm aForm( pBase->GetTOXForm() ); in Read_F_Tox() 3108 pBase->SetTOXForm( aForm ); in Read_F_Tox() 3119 pBase->SetOptions( eOptions ); in Read_F_Tox() 3144 lcl_toxMatchACSwitch(*this, rDoc, *pBase, aReadParam, in Read_F_Tox() 3175 lcl_toxMatchTSwitch(*this, *pBase, aReadParam); in Read_F_Tox() 3184 SwForm aForm( pBase->GetTOXForm() ); in Read_F_Tox() 3229 pBase->SetTOXForm( aForm ); in Read_F_Tox() 3245 SwForm aForm( pBase->GetTOXForm() ); in Read_F_Tox() [all …]
|
| H A D | ww8scan.cxx | 969 WW8PLCFx_PCD* pPLCFx_PCD, const WW8ScannerBase* pBase) in WW8PLCFx_PCDAttrs() argument 971 pPcd(pPLCFx_PCD), pGrpprls(pBase->pPieceGrpprls), in WW8PLCFx_PCDAttrs() 972 nGrpprls(pBase->nPieceGrpprls) in WW8PLCFx_PCDAttrs() 4547 WW8PLCFMan::WW8PLCFMan(WW8ScannerBase* pBase, ManTypes nType, long nStartCp, in WW8PLCFMan() argument 4549 : maSprmParser(pBase->pWw8Fib->GetFIBVersion()), in WW8PLCFMan() 4552 pWwFib = pBase->pWw8Fib; in WW8PLCFMan() 4570 pPcd = ( pBase->pPLCFx_PCD ) ? &aD[5] : 0; in WW8PLCFMan() 4572 pPcdA = ( pBase->pPLCFx_PCDAttrs ) ? &aD[6] : 0; in WW8PLCFMan() 4578 pSep->pPLCFx = pBase->pSepPLCF; in WW8PLCFMan() 4579 pFtn->pPLCFx = pBase->pFtnPLCF; 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() 1256 pBase = new SwTOXContent( *pTOXSrc, pTxtMark, rIntl ); in UpdateMarks() 1257 InsertSorted(pBase); in UpdateMarks() 2028 const SwTOXSortTabBase* pBase = aSortArr[ nCnt ]; in UpdatePageNum() local [all …]
|