Home
last modified time | relevance | path

Searched refs:bIgnoreEmptyRows (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dpivot2.cxx116 bIgnoreEmptyRows( false ), bDetectCategories( false ), in ScPivotParam()
127 && (bIgnoreEmptyRows == r.bIgnoreEmptyRows) in operator ==()
H A Ddpshttab.cxx64 bIgnoreEmptyRows( sal_False ), in ScSheetDPData()
184 bIgnoreEmptyRows = bIgnoreEmptyRowsP; in SetEmptyFlags()
201 bIgnoreEmptyRows, bRepeatIfEmpty ); in CreateCacheTable()
H A Ddpcachetable.cxx183 bool bIgnoreEmptyRows, bool bRepeatIfEmpty ) in fillTable() argument
220 if ( bIgnoreEmptyRows && GetCache()->IsRowEmpty( nRow ) ) in fillTable()
H A Ddptabsrc.cxx130 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 Ddpgroup.cxx1187 void ScDPGroupTableData::SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty ) in SetEmptyFlags() argument
1189 pSourceData->SetEmptyFlags( bIgnoreEmptyRows, bRepeatIfEmpty ); in SetEmptyFlags()
H A Ddpobject.cxx1889 rParam.bIgnoreEmptyRows = ScUnoHelpFunctions::GetBoolProperty( xProp, in FillOldParam()
/trunk/main/sc/inc/
H A Ddpshttab.hxx73 sal_Bool bIgnoreEmptyRows; member in ScSheetDPData
90 virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty );
H A Ddpsdbtab.hxx79 virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty );
H A Dpivot.hxx142 bool bIgnoreEmptyRows; member
H A Ddpcachetable.hxx168 bool bIgnoreEmptyRows, bool bRepeatIfEmpty );
H A Ddptabdat.hxx151 virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty ) = 0;
H A Ddpgroup.hxx238 …virtual void SetEmptyFlags( sal_Bool bIgnoreEmptyRows, sal_Bool bRepeatIfEmpty …
H A Ddptabsrc.hxx128 sal_Bool bIgnoreEmptyRows; member in ScDPSource
/trunk/main/sc/source/filter/xml/
H A Dxmldpimp.cxx132 bIgnoreEmptyRows(sal_False), in ScXMLDataPilotTableContext()
187 bIgnoreEmptyRows = IsXMLToken(sValue, XML_TRUE); in ScXMLDataPilotTableContext()
452 pDPSave->SetIgnoreEmptyRows(bIgnoreEmptyRows); in EndElement()
H A Dxmldpimp.hxx114 sal_Bool bIgnoreEmptyRows; member in ScXMLDataPilotTableContext
/trunk/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx229 maBtnIgnEmptyRows.Check( maPivotData.bIgnoreEmptyRows ); in ScPivotLayoutDlg()

Completed in 139 milliseconds