Home
last modified time | relevance | path

Searched refs:SC_MF_BUTTON (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxipivot.cxx1460 sal_uInt16 nMFlag = SC_MF_BUTTON; in ApplyMergeFlags()
1476 sal_Int16 nMFlag = SC_MF_BUTTON | SC_MF_BUTTON_POPUP; in ApplyMergeFlags()
1494 rDoc.ApplyFlagsTab(nCol, nRow, nCol, nRow, nTab, SC_MF_BUTTON); in ApplyMergeFlags()
1503 sal_Int16 nMFlag = SC_MF_BUTTON | SC_MF_BUTTON_POPUP; in ApplyMergeFlags()
1513 … rDoc.ApplyFlagsTab(itr->Col(), itr->Row(), itr->Col(), itr->Row(), itr->Tab(), SC_MF_BUTTON); in ApplyMergeFlags()
/trunk/main/sc/inc/
H A Dattrib.hxx41 #define SC_MF_BUTTON 0x0008 /// field button for datapilot macro
101 sal_Bool HasButton() const { return ( GetValue() & SC_MF_BUTTON ) != 0; } in HasButton()
/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx682 sal_uInt16 nMergeFlag = SC_MF_BUTTON; in FieldCell()
695 pDoc->ApplyFlagsTab(nCol, nRow, nCol, nRow, nTab, SC_MF_BUTTON); in lcl_DoFilterButton()
H A Dfillinfo.cxx458 sal_Bool bPushButton = ((nOverlap & SC_MF_BUTTON) != 0); in FillInfo()
H A Dattarray.cxx2173 RemoveFlags( nStartRow, nStartRow+nSize-1, SC_MF_HOR | SC_MF_VER | SC_MF_AUTO | SC_MF_BUTTON ); in InsertRow()
/trunk/main/sc/source/filter/xml/
H A Dxmldpimp.cxx306 sal_Int16 nMFlag = SC_MF_BUTTON; in SetButtons()

Completed in 53 milliseconds