Home
last modified time | relevance | path

Searched refs:pScDoc (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx102 ScDocument* pScDoc = pDocShell->GetDocument(); in lcl_ChartInit() local
129 aRange.Format( aStr, SCR_ABS_3D, pScDoc ); in lcl_ChartInit()
159 aRangeListRef->Parse( aRangeString, pScDoc ); in lcl_ChartInit()
166 … aRangeListRef->Format( aTmpStr, SCR_ABS_3D, pScDoc, pScDoc->GetAddressConvention() ); in lcl_ChartInit()
169 ScChartPositioner aChartPositioner( pScDoc, aRangeListRef ); in lcl_ChartInit()
587 ScDocument* pScDoc = pScDocSh->GetDocument(); in FuInsertChart() local
588 sal_Bool bUndo (pScDoc->IsUndoEnabled()); in FuInsertChart()
618 if ( nToTable == pScDoc->GetTableCount() ) in FuInsertChart()
622 SCTAB nNewTab = pScDoc->GetTableCount(); in FuInsertChart()
624 pScDoc->CreateValidTabName( aTabName ); in FuInsertChart()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx319 ScDocument* pScDoc= GetDocument(mpViewShell); in ConstructScAccessibleSpreadsheet() local
320 if (pScDoc) in ConstructScAccessibleSpreadsheet()
322 pScDoc->GetName( maActiveCell.Tab(), m_strOldTabName ); in ConstructScAccessibleSpreadsheet()
635 ScDocument* pScDoc= GetDocument(mpViewShell); in Notify() local
636 if (pScDoc) in Notify()
639 pScDoc->GetString(aNewCell.Col(),aNewCell.Row(),aNewCell.Tab(), valStr); in Notify()
648 pScDoc->GetName( maActiveCell.Tab(), tabName ); in Notify()
808 ScDocument* pScDoc= GetDocument(mpViewShell); in CommitFocusCell() local
809 if (pScDoc) in CommitFocusCell()
811pScDoc->GetString(maActiveCell.Col(),maActiveCell.Row(),maActiveCell.Tab(), m_strCurCellValue); in CommitFocusCell()
H A DAccessibleDocumentPagePreview.cxx1906 ScDocument* pScDoc = mpViewShell->GetDocument(); in getAccessibleName() local
1907 if ( pScDoc ) in getAccessibleName()
1909 rtl::OUString sFileName = pScDoc->getDocAccTitle(); in getAccessibleName()
1912 SfxObjectShell* pObjSh = pScDoc->GetDocumentShell(); in getAccessibleName()
H A DAccessibleDocument.cxx1870 ScDocument* pScDoc = GetDocument(); in getAccessibleName() local
1871 if ( pScDoc ) in getAccessibleName()
1873 rtl::OUString sFileName = pScDoc->getDocAccTitle(); in getAccessibleName()
1876 SfxObjectShell* pObjSh = pScDoc->GetDocumentShell(); in getAccessibleName()
1883 if (pScDoc->getDocReadOnly()) in getAccessibleName()
/trunk/main/sc/source/ui/vba/
H A Dvbainterior.cxx87 … ScDocument* pScDoc ) throw ( lang::IllegalArgumentException) : ScVbaInterior_BASE( xParent, xCont… in ScVbaInterior() argument
H A Dvbainterior.hxx64 …const css::uno::Reference< css::beans::XPropertySet >& xProps, ScDocument* pScDoc = NULL) throw ( …

Completed in 61 milliseconds