Home
last modified time | relevance | path

Searched refs:pDocSh (Results 101 – 125 of 247) sorted by relevance

12345678910

/aoo42x/main/sc/inc/
H A Dlinkuno.hxx82 ScSheetLinkObj(ScDocShell* pDocSh, const String& rName);
176 ScSheetLinksObj(ScDocShell* pDocSh);
237 ScAreaLinkObj(ScDocShell* pDocSh, sal_uInt16 nP);
333 ScAreaLinksObj(ScDocShell* pDocSh);
394 ScDDELinkObj(ScDocShell* pDocSh, const String& rA,
451 ScDDELinksObj(ScDocShell* pDocSh);
H A Ddatauno.hxx348 ScDocShell* pDocSh; member in ScFilterDescriptorBase
434 ScFilterDescriptor(ScDocShell* pDocSh);
455 ScRangeFilterDescriptor(ScDocShell* pDocSh, ScDatabaseRangeObj* pPar);
472 ScDataPilotFilterDescriptor(ScDocShell* pDocSh, ScDataPilotDescriptorBase* pPar);
501 ScDatabaseRangeObj(ScDocShell* pDocSh, const String& rNm);
611 ScDatabaseRangesObj(ScDocShell* pDocSh);
H A Ddocuno.hxx119 ScModelObj(ScDocShell* pDocSh);
123 static void CreateAndSet(ScDocShell* pDocSh);
337 ScDrawPagesObj(ScDocShell* pDocSh);
387 ScTableSheetsObj(ScDocShell* pDocSh);
489 ScTableColumnsObj(ScDocShell* pDocSh, SCTAB nT,
594 ScTableRowsObj(ScDocShell* pDocSh, SCTAB nT,
752 ScAnnotationsObj(ScDocShell* pDocSh, SCTAB nT);
806 ScScenariosObj(ScDocShell* pDocSh, SCTAB nT);
H A Dnameuno.hxx77 … ScNamedRangeObj(ScDocShell* pDocSh, const String& rNm, const String& rScopeName = EMPTY_STRING);
207 ScNamedRangesObj(ScDocShell* pDocSh);
296 ScLabelRangeObj(ScDocShell* pDocSh, sal_Bool bCol, const ScRange& rR);
334 ScLabelRangesObj(ScDocShell* pDocSh, sal_Bool bCol);
H A Deditsrc.hxx125 ScCellEditSource( ScDocShell* pDocSh, const ScAddress& rP );
143 ScAnnotationEditSource(ScDocShell* pDocSh, const ScAddress& rP);
/aoo42x/main/svx/source/tbxctrls/
H A Dlinectrl.cxx419 SfxObjectShell* pDocSh = SfxObjectShell::Current(); in implInit() local
425 if ( pDocSh ) in implInit()
427 pItem = pDocSh->GetItem( SID_LINEEND_LIST ); in implInit()
431 pItem = pDocSh->GetItem( SID_ATTR_LINEEND_WIDTH_DEFAULT ); in implInit()
H A Dtbcontrl.cxx556 const SfxObjectShell* pDocSh = SfxObjectShell::Current(); in GetDocFontList_Impl() local
559 if ( pDocSh ) in GetDocFontList_Impl()
561 (SvxFontListItem*)pDocSh->GetItem( SID_ATTR_CHAR_FONTLIST ); in GetDocFontList_Impl()
600 else if ( pBox && ( pDocSh || ( !pDocSh && !ppFontList ))) in GetDocFontList_Impl()
831 SfxObjectShell* pDocSh = SfxObjectShell::Current(); in SvxColorWindow_Impl() local
835 if ( pDocSh ) in SvxColorWindow_Impl()
836 if ( 0 != ( pItem = pDocSh->GetItem( SID_COLOR_TABLE ) ) ) in SvxColorWindow_Impl()
/aoo42x/main/sw/source/ui/app/
H A Ddocsh2.cxx142 SwDocShell* pDocSh = (SwDocShell*) SfxObjectShell::Current(); in CreateDocumentInfoDialog() local
143 if( pDocSh == this ) in CreateDocumentInfoDialog()
706 for( SwDocShell *pDocSh = (SwDocShell*)SfxObjectShell::GetFirst(&aType); in Execute() local
707 pDocSh; in Execute()
708 pDocSh = (SwDocShell*)SfxObjectShell::GetNext( *pDocSh, &aType ) ) in Execute()
710 SwDoc* pTmp = pDocSh->GetDoc(); in Execute()
/aoo42x/main/sc/source/ui/unoobj/
H A Dfielduno.cxx239 ScCellFieldsObj::ScCellFieldsObj(ScDocShell* pDocSh, const ScAddress& rPos) : in ScCellFieldsObj() argument
240 pDocShell( pDocSh ), in ScCellFieldsObj()
439 ScCellFieldObj::ScCellFieldObj(ScDocShell* pDocSh, const ScAddress& rPos, in ScCellFieldObj() argument
443 pDocShell( pDocSh ), in ScCellFieldObj()
520 void ScCellFieldObj::InitDoc( ScDocShell* pDocSh, const ScAddress& rPos, in InitDoc() argument
523 if ( pDocSh && !pEditSource ) in InitDoc()
527 pDocShell = pDocSh; in InitDoc()
H A Ddrdefuno.cxx37 ScDrawDefaultsObj::ScDrawDefaultsObj(ScDocShell* pDocSh) : in ScDrawDefaultsObj() argument
39 pDocShell( pDocSh ) in ScDrawDefaultsObj()
/aoo42x/main/sw/source/ui/misc/
H A Dredlndlg.cxx108 sal_Bool SwRedlineAcceptChild::ReInitDlg(SwDocShell *pDocSh) in ReInitDlg() argument
112 if ((bRet = SwChildWinWrapper::ReInitDlg(pDocSh)) == sal_True) // Sofort aktualisieren, Dok-Wechsel in ReInitDlg()
144 SwDocShell *pDocSh = pView->GetDocShell(); in Activate() local
146 if (pChildWin->GetOldDocShell() != pDocSh) in Activate()
148 SwWait aWait( *pDocSh, false ); in Activate()
151 pChildWin->SetOldDocShell(pDocSh); // Rekursion vermeiden (durch Modified-Hdl) in Activate()
/aoo42x/main/sc/source/ui/formdlg/
H A Dformula.cxx468 sal_Bool ScFormulaDlg::IsDocAllowed(SfxObjectShell* pDocSh) const in IsDocAllowed()
472 if ( pDocSh && ((ScDocShell*)pDocSh)->GetDocument() != pDoc && !pDocSh->HasName() ) in IsDocAllowed()
/aoo42x/main/sw/source/ui/fldui/
H A Dfldedt.cxx202 SfxObjectShell* pDocSh = SfxObjectShell::Current(); in CreatePage() local
203 SfxItemSet* pSet = new SfxItemSet( pDocSh->GetPool(), SID_DOCINFO, SID_DOCINFO ); in CreatePage()
206 pDocSh->GetModel(), uno::UNO_QUERY_THROW); in CreatePage()
/aoo42x/main/starmath/source/
H A Daction.cxx34 SmFormatAction::SmFormatAction(SmDocShell *pDocSh, in SmFormatAction() argument
37 pDoc( pDocSh ), in SmFormatAction()
/aoo42x/main/sw/source/ui/inc/
H A Dfldwrap.hxx38 virtual sal_Bool ReInitDlg(SwDocShell *pDocSh);
54 virtual sal_Bool ReInitDlg(SwDocShell *pDocSh);
/aoo42x/main/sc/source/ui/view/
H A Dtabvwshd.cxx79 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in GetDialogParent() local
80 if ( pDocSh->IsOle() ) in GetDialogParent()
/aoo42x/main/sd/source/ui/view/
H A Dclview.cxx47 DrawDocShell* pDocSh, in ClientView() argument
50 : DrawView (pDocSh, pOutDev, pShell) in ClientView()
/aoo42x/main/sw/inc/
H A Dmdiexp.hxx52 …void StartProgress ( sal_uInt16 nMessId, long nStartVal, long nEndVal, SwDocShell *pDocSh = 0 );
53 SW_DLLPUBLIC void EndProgress ( SwDocShell *pDocSh = 0 );
/aoo42x/main/sw/source/filter/basflt/
H A Dshellio.cxx532 SwDocShell *pDocSh = in GetTemplateDoc() local
534 SfxObjectShellLock xDocSh = pDocSh; in GetTemplateDoc()
535 if( pDocSh->DoInitNew( 0 ) ) in GetTemplateDoc()
537 pTemplate = pDocSh->GetDoc(); in GetTemplateDoc()
/aoo42x/main/sc/source/ui/undo/
H A Dundodraw.cxx42 ScUndoDraw::ScUndoDraw( SfxUndoAction* pUndo, ScDocShell* pDocSh ) : in ScUndoDraw() argument
44 pDocShell( pDocSh ) in ScUndoDraw()
/aoo42x/main/cui/source/options/
H A Doptasian.cxx255 SfxObjectShell* pDocSh = pCurFrm ? pCurFrm->GetObjectShell() : 0; in Reset() local
257 if(pDocSh) in Reset()
258 xModel = pDocSh->GetModel(); in Reset()
/aoo42x/main/sd/source/ui/dlg/
H A Ddlgpage.cxx54 SdPageDlg::SdPageDlg( SfxObjectShell* pDocSh, Window* pParent, const SfxItemSet* pAttr, sal_Bool bA… in SdPageDlg() argument
57 mpDocShell ( pDocSh ) in SdPageDlg()
/aoo42x/main/sc/source/ui/attrdlg/
H A Dattrdlg.cxx111 SfxObjectShell* pDocSh = SfxObjectShell::Current(); in PageCreated() local
127 const SfxPoolItem* pInfoItem = pDocSh->GetItem( SID_ATTR_CHAR_FONTLIST ); in PageCreated()
/aoo42x/main/sw/source/ui/uiview/
H A Dview0.cxx550 SwDocShell *pDocSh = GetDocShell(); in ExecViewOptions() local
551 SwDoc *pDoc = pDocSh? pDocSh->GetDoc() : NULL; in ExecViewOptions()
/aoo42x/main/cui/source/tabpages/
H A Dchardlg.cxx716 SfxObjectShell* pDocSh = SfxObjectShell::Current(); in Initialize() local
721 if ( pDocSh ) in Initialize()
723 pItem = pDocSh->GetItem( SID_COLOR_TABLE ); in Initialize()
737 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocSh ); in Initialize()
777 SfxObjectShell* pDocSh = SfxObjectShell::Current(); in GetFontList() local
781 if ( pDocSh ) in GetFontList()
1783 SfxObjectShell* pDocSh = SfxObjectShell::Current(); in Initialize() local
1784 DBG_ASSERT( pDocSh, "DocShell not found!" ); in Initialize()
1787 if ( pDocSh ) in Initialize()
1789 pItem = pDocSh->GetItem( SID_COLOR_TABLE ); in Initialize()
[all …]

Completed in 1294 milliseconds

12345678910