Home
last modified time | relevance | path

Searched refs:ScViewFunc (Results 1 – 18 of 18) sorted by relevance

/AOO41X/main/sc/source/ui/view/
H A Dviewfun6.cxx49 void ScViewFunc::DetectiveAddPred() in DetectiveAddPred()
60 void ScViewFunc::DetectiveDelPred() in DetectiveDelPred()
71 void ScViewFunc::DetectiveAddSucc() in DetectiveAddSucc()
82 void ScViewFunc::DetectiveDelSucc() in DetectiveDelSucc()
93 void ScViewFunc::DetectiveAddError() in DetectiveAddError()
104 void ScViewFunc::DetectiveDelAll() in DetectiveDelAll()
115 void ScViewFunc::DetectiveMarkInvalid() in DetectiveMarkInvalid()
126 void ScViewFunc::DetectiveRefresh() in DetectiveRefresh()
138 void ScViewFunc::ShowNote( bool bShow ) in ShowNote()
148 void ScViewFunc::EditNote() in EditNote()
H A Dviewfun2.cxx98 sal_Bool ScViewFunc::AdjustBlockHeight( sal_Bool bPaint, ScMarkData* pMarkData ) in AdjustBlockHeight()
163 sal_Bool ScViewFunc::AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, sal_Bool bPaint ) in AdjustRowHeight()
397 sal_Bool ScViewFunc::GetAutoSumArea( ScRangeList& rRangeList ) in GetAutoSumArea()
503 void ScViewFunc::EnterAutoSum(const ScRangeList& rRangeList, sal_Bool bSubTotal) // Block mi… in EnterAutoSum()
511 bool ScViewFunc::AutoSum( const ScRange& rRange, bool bSubTotal, bool bSetCursor, bool bContinue ) in AutoSum()
711 String ScViewFunc::GetAutoSumFormula( const ScRangeList& rRangeList, bool bSubTotal ) in GetAutoSumFormula()
746 void ScViewFunc::EnterBlock( const String& rString, const EditTextObject* pData ) in EnterBlock()
868 void ScViewFunc::InsertPageBreak( sal_Bool bColumn, sal_Bool bRecord, const ScAddress* pPos, in InsertPageBreak()
888 void ScViewFunc::DeletePageBreak( sal_Bool bColumn, sal_Bool bRecord, const ScAddress* pPos, in DeletePageBreak()
907 void ScViewFunc::RemoveManualBreaks() in RemoveManualBreaks()
[all …]
H A Dviewfunc.cxx91 ScViewFunc::ScViewFunc( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell ) : in ScViewFunc() function in ScViewFunc
103 ScViewFunc::~ScViewFunc() in ~ScViewFunc()
109 void ScViewFunc::StartFormatArea() in StartFormatArea()
131 sal_Bool ScViewFunc::TestFormatArea( SCCOL nCol, SCROW nRow, SCTAB nTab, sal_Bool bAttrChanged ) in TestFormatArea()
200 void ScViewFunc::DoAutoAttributes( SCCOL nCol, SCROW nRow, SCTAB nTab, in DoAutoAttributes()
246 sal_uInt16 ScViewFunc::GetOptimalColWidth( SCCOL nCol, SCTAB nTab, sal_Bool bFormula ) in GetOptimalColWidth()
270 sal_Bool ScViewFunc::SelectionEditable( sal_Bool* pOnlyNotBecauseOfMatrix /* = NULL */ ) in SelectionEditable()
342 void ScViewFunc::EnterData( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rString, in EnterData()
681 void ScViewFunc::EnterValue( SCCOL nCol, SCROW nRow, SCTAB nTab, const double& rValue ) in EnterValue()
726 void ScViewFunc::EnterData( SCCOL nCol, SCROW nRow, SCTAB nTab, const EditTextObject* pData, in EnterData()
[all …]
H A Dviewfun3.cxx225 void ScViewFunc::CutToClip( ScDocument* pClipDoc, sal_Bool bIncludeObjects ) in CutToClip()
304 sal_Bool ScViewFunc::CopyToClip( ScDocument* pClipDoc, sal_Bool bCut, sal_Bool bApi, sal_Bool bIncl… in CopyToClip()
529 ScTransferObj* ScViewFunc::CopyToTransferable() in CopyToTransferable()
567 void ScViewFunc::PasteDraw() in PasteDraw()
581 void ScViewFunc::PasteFromSystem() in PasteFromSystem()
684 void ScViewFunc::PasteFromTransferable( const uno::Reference<datatransfer::XTransferable>& rxTransf… in PasteFromTransferable()
788 sal_Bool ScViewFunc::PasteFromSystem( sal_uLong nFormatId, sal_Bool bApi ) in PasteFromSystem()
823 sal_Bool ScViewFunc::PasteOnDrawObjectLinked( in PasteOnDrawObjectLinked()
906 CursorSwitcher(ScViewFunc* pViewFunc) : in CursorSwitcher()
917 ScViewFunc* mpViewFunc;
[all …]
H A Dviewfun4.cxx88 void ScViewFunc::PasteRTF( SCCOL nStartCol, SCROW nStartRow, in PasteRTF()
185 void ScViewFunc::DoRefConversion( sal_Bool bRecord ) in DoRefConversion()
308 void ScViewFunc::DoThesaurus( sal_Bool bRecord ) in DoThesaurus()
465 void ScViewFunc::DoHangulHanjaConversion( sal_Bool bRecord ) in DoHangulHanjaConversion()
471 void ScViewFunc::DoSheetConversion( const ScConversionParam& rConvParam, sal_Bool bRecord ) in DoSheetConversion()
624 sal_Bool ScViewFunc::PasteFile( const Point& rPos, const String& rFile, sal_Bool bLink ) in PasteFile()
728 sal_Bool ScViewFunc::PasteBookmark( sal_uLong nFormatId, in PasteBookmark()
742 void ScViewFunc::InsertBookmark( const String& rDescription, const String& rURL, in InsertBookmark()
808 sal_Bool ScViewFunc::HasBookmarkAtCursor( SvxHyperlinkItem* pContent ) in HasBookmarkAtCursor()
H A Dviewfun7.cxx88 void ScViewFunc::PasteDraw( const Point& rLogicPos, SdrModel* pModel, in PasteDraw()
290 sal_Bool ScViewFunc::PasteObject( const Point& rPos, const uno::Reference < embed::XEmbeddedObject … in PasteObject()
373 sal_Bool ScViewFunc::PasteBitmapEx( const Point& rPos, const BitmapEx& rBmpEx ) in PasteBitmapEx()
380 sal_Bool ScViewFunc::PasteMetaFile( const Point& rPos, const GDIMetaFile& rMtf ) in PasteMetaFile()
387 sal_Bool ScViewFunc::PasteGraphic( const Point& rPos, const Graphic& rGraphic, in PasteGraphic()
H A Dviewfun5.cxx84 sal_Bool ScViewFunc::PasteDataFormat( sal_uLong nFormatId, in PasteDataFormat()
647 sal_Bool ScViewFunc::PasteDDE( const uno::Reference<datatransfer::XTransferable>& rxTransferable ) in PasteDDE()
H A Dauditsh.cxx122 ScViewFunc* pView = pViewData->GetView(); in Execute()
H A Dgridwin3.cxx86 ScViewFunc* pView = pViewData->GetView(); in DrawMouseButtonUp()
H A Ddbfunc.cxx52 ScViewFunc( pParent, rDocSh, pViewShell ) in ScDBFunc()
H A Dgridwin.cxx1225 ScViewFunc* pView = pViewData->GetView(); in ExecDataSelect()
1976 ScViewFunc* pView = pViewData->GetView(); in MouseButtonUp()
3861 ScViewFunc* pView = pViewData->GetView(); in DropTransferObj()
4218 ScViewFunc* pView = pViewData->GetView(); in ExecuteDrop()
H A Dgridwin2.cxx945 ScViewFunc* pViewFunc = pViewData->GetView(); in PagebreakMove()
H A Dformatsh.cxx2597 ScViewFunc* pView = pViewData->GetView(); in ExecFormatPaintbrush()
/AOO41X/main/sc/source/ui/inc/
H A Deditable.hxx31 class ScViewFunc;
61 ScEditableTester( ScViewFunc* pView );
74 void TestView( ScViewFunc* pView );
H A Dviewfunc.hxx74 class ScViewFunc : public ScTabView class
82 ScViewFunc( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell );
84 ~ScViewFunc();
H A Ddbfunc.hxx44 class ScDBFunc : public ScViewFunc
/AOO41X/main/sc/source/ui/docshell/
H A Deditable.cxx73 ScEditableTester::ScEditableTester( ScViewFunc* pView ) : in ScEditableTester()
133 void ScEditableTester::TestView( ScViewFunc* pView ) in TestView()
/AOO41X/main/sc/source/ui/drawfunc/
H A Ddrawsh5.cxx695 ScViewFunc* pView = pViewData->GetView(); in ExecFormatPaintbrush()