Home
last modified time | relevance | path

Searched refs:pDocShell (Results 151 – 175 of 229) sorted by relevance

12345678910

/trunk/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx720 ScDocShell* pDocShell = pViewData->GetDocShell(); in IMPL_LINK() local
721 pDocShell->PostPaint( 0,0,0, MAXCOL,MAXROW,MAXTAB, PAINT_GRID ); in IMPL_LINK()
722 pDocShell->SetDocumentModified(); in IMPL_LINK()
H A Dautofmt.cxx852 ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType); in Init() local
853 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in Init()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx935 ScDocShell* pDocShell = excel::getDocShell( rxModel ); in lclCreateVbaRange() local
936 if( !pDocShell ) throw uno::RuntimeException(); in lclCreateVbaRange()
944 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pDocShell, *aCellRanges.First() ) … in lclCreateVbaRange()
949 …uno::Reference< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( pDocShell, aCellRa… in lclCreateVbaRange()
H A Dvbaeventshelper.cxx127 …aEventsHelper& rVbaEvents, const uno::Reference< frame::XModel >& rxModel, ScDocShell* pDocShell );
191 …EventsHelper& rVbaEvents, const uno::Reference< frame::XModel >& rxModel, ScDocShell* pDocShell ) : in ScVbaEventListener() argument
194 mpDocShell( pDocShell ), in ScVbaEventListener()
H A Dvbawindow.cxx110 ScDocShell* pDocShell = (ScDocShell*)pModel->GetEmbeddedObject(); in SelectedSheetsEnumAccess() local
111 if ( !pDocShell ) in SelectedSheetsEnumAccess()
117 SCTAB nTabCount = pDocShell->GetDocument()->GetTableCount(); in SelectedSheetsEnumAccess()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx1925 ScDocShell* pDocShell = GetViewData()->GetDocShell(); in FillFieldData() local
1926 ScDocument* pDoc = pDocShell->GetDocument(); in FillFieldData()
1930 rData.aTitle = pDocShell->GetTitle(); in FillFieldData()
1931 const INetURLObject& rURLObj = pDocShell->GetMedium()->GetURLObject(); in FillFieldData()
H A Dviewfun2.cxx2512 ScDocShell* pDocShell = GetViewData()->GetDocShell(); in MoveTable() local
2786 pDocShell->MoveTable( nMovTab, nDestTab1, bCopy, sal_False ); // Undo ist hier in MoveTable()
2823 pDocShell->GetUndoManager()->AddUndoAction( in MoveTable()
2824 new ScUndoCopyTab( pDocShell, TheTabs, TheDestTabs)); in MoveTable()
2828 pDocShell->GetUndoManager()->AddUndoAction( in MoveTable()
2829 new ScUndoMoveTab( pDocShell, TheTabs, TheDestTabs)); in MoveTable()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx1978 const SfxObjectShell* pDocShell( const_cast< SfxViewShell* >( this )->GetObjectShell() ); in GetCurrentDocument() local
1979 OSL_ENSURE( pDocShell, "SfxViewFrame::GetCurrentDocument: no DocShell!?" ); in GetCurrentDocument()
1980 if ( pDocShell ) in GetCurrentDocument()
1981 xDocument = pDocShell->GetModel(); in GetCurrentDocument()
H A Dsfxbasecontroller.cxx691 SfxObjectShell* pDocShell = m_pData->m_pViewShell->GetObjectShell() ; in suspend() local
694 …* pFrame = SfxViewFrame::GetFirst( pDocShell ); !bOther && pFrame; pFrame = SfxViewFrame::GetNext(… in suspend()
697 sal_Bool bRet = bOther || pDocShell->PrepareClose(); in suspend()
/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx1442 SwDocShell *pDocShell(rDoc.GetDocShell()); in SetRedlinesToDoc() local
1443 DBG_ASSERT(pDocShell, "no SwDocShell"); in SetRedlinesToDoc()
1444 if (pDocShell) { in SetRedlinesToDoc()
1446 pDocShell->GetModel(), uno::UNO_QUERY_THROW); in SetRedlinesToDoc()
/trunk/main/sc/inc/
H A Ddatauno.hxx351 ScFilterDescriptorBase(ScDocShell* pDocShell);
491 ScDocShell* pDocShell; member in ScDatabaseRangeObj
605 ScDocShell* pDocShell; member in ScDatabaseRangesObj
H A Dtextuno.hxx370 ScDocShell* pDocShell; member in ScCellTextData
397 ScDocShell* GetDocShell() const { return pDocShell; } in GetDocShell()
H A Dforbiuno.hxx38 ScDocShell* pDocShell; member in ScForbiddenCharsObj
H A Ddrdefuno.hxx35 ScDocShell* pDocShell; member in ScDrawDefaultsObj
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1496 SwDocShell *pDocShell(rOut.GetDoc().GetDocShell()); in Out() local
1497 DBG_ASSERT(pDocShell, "no SwDocShell"); in Out()
1498 if (pDocShell) { in Out()
1500 pDocShell->GetModel(), uno::UNO_QUERY_THROW); in Out()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx941 SwDocShell *pDocShell(pDoc->GetDocShell()); in MakeHeader() local
942 if (pDocShell) { in MakeHeader()
944 pDocShell->GetModel(), uno::UNO_QUERY_THROW); in MakeHeader()
/trunk/main/sw/source/ui/uno/
H A Dunomailmerge.cxx423 SwDocShell *pDocShell = new SwDocShell( SFX_CREATE_MODE_STANDARD ); in SwXMailMerge() local
424 xDocSh = pDocShell; in SwXMailMerge()
430 xModel = pDocShell->GetModel(); in SwXMailMerge()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx434 SwDocShell *pDocShell(pDoc->GetDocShell()); in WriteInfo() local
436 if (pDocShell) { in WriteInfo()
438 pDocShell->GetModel(), uno::UNO_QUERY); in WriteInfo()
/trunk/main/sd/source/ui/inc/
H A Ddlg_char.hxx52 const SfxObjectShell* pDocShell );
H A Dtabtempl.hxx66 const SfxObjectShell* pDocShell,
/trunk/main/sc/source/ui/inc/
H A Dtextdlgs.hxx45 const SfxObjectShell* pDocShell );
H A Dviewdata.hxx161 ScDocShell* pDocShell; member in ScViewData
234 ScDocShell* GetDocShell() const { return pDocShell; } in GetDocShell()
H A Dredcom.hxx41 ScDocShell *pDocShell; member in ScRedComDialog
H A Dundodraw.hxx34 ScDocShell* pDocShell; member in ScUndoDraw
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx280 ScDocShell* pDocShell = (ScDocShell*) mpDoc->GetDocumentShell(); in setCurrentValue() local
281 ScDocFunc aFunc(*pDocShell); in setCurrentValue()

Completed in 168 milliseconds

12345678910