Searched refs:SetClipArea (Results 1 – 6 of 6) sorted by relevance
653 pDoc->SetClipArea( aDestRange, sal_True ); // Cut in InitDocShell()655 pDoc->SetClipArea( aDestRange, bWasCut ); in InitDocShell()
581 pInsDoc->SetClipArea( aSource ); in PasteDataFormat()
2192 pInsDoc->SetClipArea( ScRange( 0, 0, nNewTab, nEndCol, nEndRow, nNewTab ) ); in ShowDataPilotSourceData()
806 pInsDoc->SetClipArea( ScRange(aPos) ); in EnterBlock()
1058 void SetClipArea( const ScRange& rArea, sal_Bool bCut = sal_False );
2429 void ScDocument::SetClipArea( const ScRange& rArea, sal_Bool bCut ) in SetClipArea() function in ScDocument
Completed in 103 milliseconds