Searched refs:RefreshAutoFilter (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 1006 if ( pDoc->RefreshAutoFilter( 0,0, MAXCOL,MAXROW, aBlockRange.aStart.Tab() ) ) in DoChange() 1336 pDoc->RefreshAutoFilter( aSrcRange.aStart.Col(), aSrcRange.aStart.Row(), in Redo()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 1444 if (pDoc->RefreshAutoFilter( nClipStartX,nClipStartY, nClipStartX+nClipSizeX, in PasteFromClip()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1694 … pDoc->RefreshAutoFilter( nMergeTestStartX, nMergeTestStartY, nMergeTestEndX, nMergeTestEndY, i ); in InsertCells() 2516 pDoc->RefreshAutoFilter( nStartCol, nStartRow, nEndCol, nEndRow, nTab ); in MoveBlock()
|
/aoo42x/main/sc/source/core/data/ |
H A D | document.cxx | 4719 RefreshAutoFilter( nStartCol, nStartRow, rEndCol, rEndRow, nTab ); in ExtendMerge() 4822 sal_Bool ScDocument::RefreshAutoFilter( SCCOL nStartCol, SCROW nStartRow, in RefreshAutoFilter() function in ScDocument
|
/aoo42x/main/sc/inc/ |
H A D | document.hxx | 872 sal_Bool RefreshAutoFilter( SCCOL nStartCol, SCROW nStartRow,
|
Completed in 104 milliseconds