Searched refs:bIgnoreEmptyRows (Results 1 – 16 of 16) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | pivot2.cxx | 116 bIgnoreEmptyRows( false ), bDetectCategories( false ), in ScPivotParam() 127 && (bIgnoreEmptyRows == r.bIgnoreEmptyRows) in operator ==()
|
H A D | dpshttab.cxx | 64 bIgnoreEmptyRows( sal_False ), in ScSheetDPData() 184 bIgnoreEmptyRows = bIgnoreEmptyRowsP; in SetEmptyFlags() 201 bIgnoreEmptyRows, bRepeatIfEmpty ); in CreateCacheTable()
|
H A D | dpcachetable.cxx | 183 bool bIgnoreEmptyRows, bool bRepeatIfEmpty ) in fillTable() argument 220 if ( bIgnoreEmptyRows && GetCache()->IsRowEmpty( nRow ) ) in fillTable()
|
H A D | dptabsrc.cxx | 130 bIgnoreEmptyRows( sal_False ), in ScDPSource() 142 pData->SetEmptyFlags( bIgnoreEmptyRows, bRepeatIfEmpty ); in ScDPSource() 536 return bIgnoreEmptyRows; in getIgnoreEmptyRows() 541 bIgnoreEmptyRows = bSet; in setIgnoreEmptyRows() 542 pData->SetEmptyFlags( bIgnoreEmptyRows, bRepeatIfEmpty ); in setIgnoreEmptyRows() 553 pData->SetEmptyFlags( bIgnoreEmptyRows, bRepeatIfEmpty ); in setRepeatIfEmpty()
|
H A D | dpgroup.cxx | 1187 void ScDPGroupTableData::SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty ) in SetEmptyFlags() argument 1189 pSourceData->SetEmptyFlags( bIgnoreEmptyRows, bRepeatIfEmpty ); in SetEmptyFlags()
|
H A D | dpobject.cxx | 1889 rParam.bIgnoreEmptyRows = ScUnoHelpFunctions::GetBoolProperty( xProp, in FillOldParam()
|
/trunk/main/sc/inc/ |
H A D | dpshttab.hxx | 73 sal_Bool bIgnoreEmptyRows; member in ScSheetDPData 90 virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty );
|
H A D | dpsdbtab.hxx | 79 virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty );
|
H A D | pivot.hxx | 142 bool bIgnoreEmptyRows; member
|
H A D | dpcachetable.hxx | 168 bool bIgnoreEmptyRows, bool bRepeatIfEmpty );
|
H A D | dptabdat.hxx | 151 virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty ) = 0;
|
H A D | dpgroup.hxx | 238 …virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty …
|
H A D | dptabsrc.hxx | 128 sal_Bool bIgnoreEmptyRows; member in ScDPSource
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmldpimp.cxx | 132 bIgnoreEmptyRows(sal_False), in ScXMLDataPilotTableContext() 187 bIgnoreEmptyRows = IsXMLToken(sValue, XML_TRUE); in ScXMLDataPilotTableContext() 452 pDPSave->SetIgnoreEmptyRows(bIgnoreEmptyRows); in EndElement()
|
H A D | xmldpimp.hxx | 114 sal_Bool bIgnoreEmptyRows; member in ScXMLDataPilotTableContext
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | pvlaydlg.cxx | 229 maBtnIgnEmptyRows.Check( maPivotData.bIgnoreEmptyRows ); in ScPivotLayoutDlg()
|
Completed in 90 milliseconds