Home
last modified time | relevance | path

Searched refs:SC_MF_AUTO (Results 1 – 19 of 19) sorted by relevance

/aoo41x/main/sc/source/ui/view/
H A Ddbfunc.cxx359 if ( (nFlag & SC_MF_AUTO) == 0 ) in ToggleAutoFilter()
372 pDoc->ApplyAttr( nCol, nRow, nTab, ScMergeFlagAttr( nFlag & ~SC_MF_AUTO ) ); in ToggleAutoFilter()
431 pDoc->ApplyAttr( nCol, nRow, nTab, ScMergeFlagAttr( nFlag | SC_MF_AUTO ) ); in ToggleAutoFilter()
477 pDoc->ApplyAttr( nCol, nRow1, nTab, ScMergeFlagAttr( nFlag & ~SC_MF_AUTO ) ); in HideAutoFilter()
H A Doutput2.cxx1290 …static_cast<const ScMergeFlagAttr&>(rPattern.GetItem(ATTR_MERGE_FLAG)).GetValue() & SC_MF_AUTO ) && in GetOutputArea()
/aoo41x/main/sc/inc/
H A Dattrib.hxx40 #define SC_MF_AUTO 0x0004 /// autofilter arrow macro
100 sal_Bool HasAutoFilter() const { return ( GetValue() & SC_MF_AUTO ) != 0; } in HasAutoFilter()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh5.cxx107 aDocument.RemoveFlagsTab( nX1, nY1, nX2, nY1, nTab, SC_MF_AUTO ); in DBAreaDeleted()
430 … aDocument.ApplyFlagsTab( nRangeX1, nRangeY1, nRangeX2, nRangeY1, nRangeTab, SC_MF_AUTO ); in CancelAutoDBRange()
H A Ddbdocfun.cxx1235 nTab, SC_MF_AUTO ); in DataPilotUpdate()
/aoo41x/main/sc/source/ui/undo/
H A Dundobase.cxx419 … pDoc->ApplyFlagsTab( nRangeX1, nRangeY1, nRangeX2, nRangeY1, nRangeTab, SC_MF_AUTO ); in EndUndo()
H A Dundodat.cxx1135 pDoc->ApplyFlagsTab( nRangeX1, nRangeY1, nRangeX2, nRangeY1, nRangeTab, SC_MF_AUTO ); in DoChange()
1137 pDoc->RemoveFlagsTab( nRangeX1, nRangeY1, nRangeX2, nRangeY1, nRangeTab, SC_MF_AUTO ); in DoChange()
/aoo41x/main/sc/source/filter/excel/
H A Dexcimp8.cxx414 rDoc.ApplyAttr( nCol, StartRow(), Tab(), ScMergeFlagAttr( nFlag | SC_MF_AUTO) ); in SetCellAttribs()
H A Dxipivot.cxx1467 … rDoc.ApplyFlagsTab(itr->Col()+1, itr->Row(), itr->Col()+1, itr->Row(), itr->Tab(), SC_MF_AUTO); in ApplyMergeFlags()
/aoo41x/main/sc/source/core/data/
H A Ddocumen3.cxx170 aOldRange.aStart.Tab(), SC_MF_AUTO ); in SetDBCollection()
1321 if ( (nFlag & SC_MF_AUTO) == 0 ) in HasAutoFilter()
H A Ddpobject.cxx575 aOutRange.aStart.Tab(), SC_MF_AUTO ); in Output()
629 pDoc->ApplyAttr( nFirstCol + 1, nFirstRow + nPos, nTab, ScMergeFlagAttr(SC_MF_AUTO) ); in RefreshAfterLoad()
H A Dattarray.cxx2173 RemoveFlags( nStartRow, nStartRow+nSize-1, SC_MF_HOR | SC_MF_VER | SC_MF_AUTO | SC_MF_BUTTON ); in InsertRow()
2224 RemoveFlags( MAXROW-nSize+1, MAXROW, SC_MF_HOR | SC_MF_VER | SC_MF_AUTO ); in DeleteRow()
H A Dfillinfo.cxx457 sal_Bool bAutoFilter = ((nOverlap & SC_MF_AUTO) != 0); in FillInfo()
H A Dcolumn2.cxx621 if (nFlags & SC_MF_AUTO) in GetNeededSize()
H A Ddpoutput.cxx847 pDoc->ApplyAttr( nFldCol, nHdrRow, nTab, ScMergeFlagAttr(SC_MF_AUTO) ); in Output()
H A Ddocument.cxx4834 sal_Bool bChange = RemoveFlagsTab( nStartCol,nStartRow, nEndCol,nEndRow, nTab, SC_MF_AUTO ); in RefreshAutoFilter()
4848 nDBTab, SC_MF_AUTO )) in RefreshAutoFilter()
H A Dtable2.cxx315 SC_MF_HOR | SC_MF_VER | SC_MF_AUTO ); in InsertCol()
/aoo41x/main/sc/source/filter/xml/
H A Dxmldrani.cxx351 aCellRangeAddress.Sheet, SC_MF_AUTO ); in EndElement()
/aoo41x/main/sc/source/ui/unoobj/
H A Ddatauno.cxx2004 aRange.aStart.Tab(), SC_MF_AUTO ); in setPropertyValue()
2008 aRange.aStart.Tab(), SC_MF_AUTO ); in setPropertyValue()

Completed in 213 milliseconds