Searched refs:SC_MF_BUTTON (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sc/inc/ |
H A D | attrib.hxx | 41 #define SC_MF_BUTTON 0x0008 /// field button for datapilot macro 101 sal_Bool HasButton() const { return ( GetValue() & SC_MF_BUTTON ) != 0; } in HasButton()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xipivot.cxx | 1460 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()
|
/aoo4110/main/sc/source/core/data/ |
H A D | dpoutput.cxx | 682 sal_uInt16 nMergeFlag = SC_MF_BUTTON; in FieldCell() 695 pDoc->ApplyFlagsTab(nCol, nRow, nCol, nRow, nTab, SC_MF_BUTTON); in lcl_DoFilterButton()
|
H A D | fillinfo.cxx | 458 sal_Bool bPushButton = ((nOverlap & SC_MF_BUTTON) != 0); in FillInfo()
|
H A D | attarray.cxx | 2173 RemoveFlags( nStartRow, nStartRow+nSize-1, SC_MF_HOR | SC_MF_VER | SC_MF_AUTO | SC_MF_BUTTON ); in InsertRow()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmldpimp.cxx | 306 sal_Int16 nMFlag = SC_MF_BUTTON; in SetButtons()
|
Completed in 65 milliseconds