Searched refs:RemoveFlagsTab (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | documen3.cxx | 168 RemoveFlagsTab( aOldRange.aStart.Col(), aOldRange.aStart.Row(), in SetDBCollection() 2012 RemoveFlagsTab( nCol, nRow, nEndCol, nEndRow, nTab, SC_MF_HOR | SC_MF_VER ); in RemoveMerge()
|
H A D | dpobject.cxx | 573 pDoc->RemoveFlagsTab( aOutRange.aStart.Col(), aOutRange.aStart.Row(), in Output() 2605 pDoc->RemoveFlagsTab(s.Col(), s.Row(), e.Col(), e.Row(), s.Tab(), SC_MF_DP_TABLE); in FreeTable()
|
H A D | document.cxx | 4196 sal_Bool ScDocument::RemoveFlagsTab( SCCOL nStartCol, SCROW nStartRow, in RemoveFlagsTab() function in ScDocument 4836 sal_Bool bChange = RemoveFlagsTab( nStartCol,nStartRow, nEndCol,nEndRow, nTab, SC_MF_AUTO ); in RefreshAutoFilter()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 622 pDoc->RemoveFlagsTab( nStartCol, nStartRow, nEndCol, nEndRow, nTab, SC_MF_HOR | SC_MF_VER ); in DoChange() 2110 pDoc->RemoveFlagsTab( aExtended.aStart.Col(), aExtended.aStart.Row(), in Redo()
|
H A D | undodat.cxx | 1137 pDoc->RemoveFlagsTab( nRangeX1, nRangeY1, nRangeX2, nRangeY1, nRangeTab, SC_MF_AUTO ); in DoChange()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh5.cxx | 107 aDocument.RemoveFlagsTab( nX1, nY1, nX2, nY1, nTab, SC_MF_AUTO ); in DBAreaDeleted()
|
H A D | dbdocfun.cxx | 1233 pDoc->RemoveFlagsTab( aRange.aStart.Col(), aRange.aStart.Row(), in DataPilotUpdate()
|
H A D | docfunc.cxx | 4431 pDoc->RemoveFlagsTab( aExtended.aStart.Col(), aExtended.aStart.Row(), in UnmergeCells()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 2006 pDoc->RemoveFlagsTab(aRange.aStart.Col(), aRange.aStart.Row(), in setPropertyValue()
|
/aoo41x/main/sc/inc/ |
H A D | document.hxx | 1288 sal_Bool RemoveFlagsTab( SCCOL nStartCol, SCROW nStartRow,
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 1852 pDoc->RemoveFlagsTab( nStartCol, nStartRow, nEndCol, nEndRow, nTab, SC_MF_HOR | SC_MF_VER ); in DeleteMulti()
|
H A D | viewdata.cxx | 1890 pDoc->RemoveFlagsTab( 0,0, MAXCOL,MAXROW, nTabNo, SC_MF_HOR | SC_MF_VER ); in GetPosFromPixel()
|
Completed in 181 milliseconds