Lines Matching refs:maLine
1782 if( maLine.getLength() > 0 ) in newLine()
1785 maLine.append( sal_Unicode( '\n' ) ); in newLine()
1786 mxStrm->writeString( maLine.makeStringAndClear() ); in newLine()
1871 if( maLine.getLength() >= nColPos ) in tab()
1872 maLine.setLength( ::std::max< sal_Int32 >( nColPos - 1, 0 ) ); in tab()
1873 StringHelper::appendChar( maLine, ' ', nColPos - maLine.getLength() ); in tab()
1877 StringHelper::appendChar( maLine, ' ', 2 ); in tab()
1895 if( (mnMultiLevel > 0) && (maLine.getLength() > 0) ) in startItem()
1904 mnLastItem = maLine.getLength(); in startItem()
1911 if( (maLine.getLength() == 0) || (maLine[ maLine.getLength() - 1 ] != OOX_DUMP_ITEMSEP) ) in contItem()
1913 mnLastItem = maLine.getLength(); in contItem()
1921 maLastItem = OUString( maLine.getStr() + mnLastItem ); in endItem()
1922 …if( (maLastItem.getLength() == 0) && (mnLastItem > 0) && (maLine[ mnLastItem - 1 ] == OOX_DUMP_ITE… in endItem()
1923 maLine.setLength( mnLastItem - 1 ); in endItem()
1952 StringHelper::appendEncChar( maLine, cChar, nCount ); in writeChar()
1958 maLine.appendAscii( pcStr ); in writeAscii()
1963 StringHelper::appendEncString( maLine, rStr ); in writeString()
1979 StringHelper::appendBool( maLine, bData ); in writeBool()
2011 StringHelper::appendAddrCol( maLine, nCol, true ); in writeColIndex()
2016 StringHelper::appendAddrRow( maLine, nRow, true ); in writeRowIndex()
2042 StringHelper::appendAddress( maLine, rPos ); in writeAddress()
2047 StringHelper::appendRange( maLine, rRange ); in writeRange()
2052 StringHelper::appendRangeList( maLine, rRanges ); in writeRangeList()
2067 StringHelper::appendIndex( maLine, mnItemIdx++ ); in writeItemName()