Searched refs:LINES (Results 1 – 8 of 8) sorted by relevance
214 #define LINES 10 macro235 mnTotLineH = (GetOutputSizePixel().Height() - 2 * BORDER) / LINES; in UpdatePaintSettings()334 long nY0 = (aOutputSizePixel.Height() - (LINES * mnTotLineH)) / 2; in Paint()336 for (sal_uInt16 i = 0; i < LINES; ++i) in Paint()
62 // DocMerge from xml: value com::sun::star::drawing::ConnectorType::LINES65 LINES
60 const rtl::OUString LINES( RTL_CONSTASCII_USTRINGPARAM("Lines") ); variable178 mxDiagramPropertySet->getPropertyValue(LINES) >>= bHasLines; in getChartType()329 mxDiagramPropertySet->setPropertyValue(LINES, uno::makeAny( sal_False )); in setChartType()333 mxDiagramPropertySet->setPropertyValue(LINES, uno::makeAny( sal_True )); in setChartType()
52 { XML_LINE, text::TextGridMode::LINES },
45 const short LINES = 1;
41 LINES,
2275 rVal <<= text::TextGridMode::LINES; in QueryValue()2367 case text::TextGridMode::LINES: in PutValue()
3632 nGridType = text::TextGridMode::LINES; in sprmWithProps()3638 nGridType = text::TextGridMode::LINES; in sprmWithProps()
Completed in 66 milliseconds