Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx3631 sal_Int16 nGridType = text::TextGridMode::NONE; in sprmWithProps() local
3635 nGridType = text::TextGridMode::NONE; in sprmWithProps()
3640 nGridType = text::TextGridMode::LINES; in sprmWithProps()
3643 nGridType = text::TextGridMode::LINES_AND_CHARS; in sprmWithProps()
3646 nGridType = text::TextGridMode::LINES; in sprmWithProps()
3650 rContext->Insert( PROP_GRID_MODE, false, uno::makeAny( nGridType ) ); in sprmWithProps()
3653 if(nGridType != text::TextGridMode::NONE) in sprmWithProps()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx3727 sal_uInt16 nGridType = 0; in FormatTextGrid() local
3733 nGridType = 0; in FormatTextGrid()
3736 nGridType = 2; in FormatTextGrid()
3740 nGridType = 3; in FormatTextGrid()
3742 nGridType = 1; in FormatTextGrid()
3746 m_rWW8Export.InsUInt16( nGridType ); in FormatTextGrid()

Completed in 61 milliseconds