Lines Matching refs:getInTwips
219 bool getInTwips() const { return mbInTwips; } in getInTwips() function in drawinglayer::primitive2d::SdrBorderlinePrimitive2D
293 const double fTwipsToMM(getInTwips() ? (127.0 / 72.0) : 1.0); in create2DDecomposition()
324 getChangedValue(getLeftLine().GetOutWidth(), getInTwips()), in create2DDecomposition()
325 getChangedValue(getLeftLine().GetDistance(), getInTwips()), in create2DDecomposition()
326 getChangedValue(getLeftLine().GetInWidth(), getInTwips()), in create2DDecomposition()
366 getChangedValue(getBottomLine().GetOutWidth(), getInTwips()), in create2DDecomposition()
367 getChangedValue(getBottomLine().GetDistance(), getInTwips()), in create2DDecomposition()
368 getChangedValue(getBottomLine().GetInWidth(), getInTwips()), in create2DDecomposition()
408 getChangedValue(getRightLine().GetOutWidth(), getInTwips()), in create2DDecomposition()
409 getChangedValue(getRightLine().GetDistance(), getInTwips()), in create2DDecomposition()
410 getChangedValue(getRightLine().GetInWidth(), getInTwips()), in create2DDecomposition()
450 getChangedValue(getTopLine().GetOutWidth(), getInTwips()), in create2DDecomposition()
451 getChangedValue(getTopLine().GetDistance(), getInTwips()), in create2DDecomposition()
452 getChangedValue(getTopLine().GetInWidth(), getInTwips()), in create2DDecomposition()
482 && getInTwips() == rCompare.getInTwips()); in operator ==()