Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx795 sal_Int32 nEmptyCellColSpan = 0; in exportContainer() local
810 nEmptyCellColSpan = 0; in exportContainer()
837 if ( nEmptyCellColSpan > 0 ) in exportContainer()
841 nColSpan = nEmptyCellColSpan - 1; in exportContainer()
842 nEmptyCellColSpan = 0; in exportContainer()
977 ++nEmptyCellColSpan; in exportContainer()
987 if ( nEmptyCellColSpan ) in exportContainer()
1002 nEmptyCellColSpan = 0; in exportContainer()
1007 nEmptyCellColSpan = aRowIter->second.size(); in exportContainer()
1008 if ( nEmptyCellColSpan ) in exportContainer()
[all …]

Completed in 25 milliseconds