Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddpobject.cxx171 nHeaderRows( 0 ), in ScDPObject()
194 nHeaderRows( r.nHeaderRows ), in ScDPObject()
343 rDest.nHeaderRows = nHeaderRows; in WriteTempDataTo()
392 long nOldRows = nHeaderRows; in CreateOutput()
393 nHeaderRows = pOutput->GetHeaderRows(); in CreateOutput()
395 if ( bAllowMove && nHeaderRows != nOldRows ) in CreateOutput()
397 long nDiff = nOldRows - nHeaderRows; in CreateOutput()
400 if ( nHeaderRows == 0 ) in CreateOutput()
631 nHeaderRows = nInitial; in RefreshAfterLoad()
634 nHeaderRows = 0; // nothing found, no drop-down lists in RefreshAfterLoad()
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx1024 sal_uInt16 nHeaderRows ) in ExportTableLines() argument
1097 if( nHeaderRows > 0 ) in ExportTableLines()
1102 DBG_ASSERT( nHeaderRows <= nLines, "more headers then lines?" ); in ExportTableLines()
1103 for( sal_uInt16 nLine = 0U; nLine < nHeaderRows; nLine++ ) in ExportTableLines()
1107 for( sal_uInt16 nLine = nHeaderRows; nLine < nLines; nLine++ ) in ExportTableLines()
H A Dxmltbli.cxx1304 nHeaderRows( 0 ), in SwXMLTableContext()
1449 nHeaderRows( 0 ), in SwXMLTableContext()
1731 if( bInHead && nHeaderRows == nCurRow ) in InsertRow()
1732 nHeaderRows++; in InsertRow()
2701 pTableNode->GetTable().SetRowsToRepeat( nHeaderRows ); in MakeTable()
H A Dxmlexp.hxx99 sal_uInt16 nHeaderRows = 0 );
H A Dxmltbli.hxx98 sal_uInt16 nHeaderRows; member in SwXMLTableContext
/trunk/main/sc/inc/
H A Ddpobject.hxx106 long nHeaderRows; // page fields plus filter button member in ScDPObject

Completed in 83 milliseconds