Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/sidebar/line/
H A DLineWidthValueSet.cxx36 strUnit = new XubString[9]; in LineWidthValueSet()
47 delete[] strUnit; in ~LineWidthValueSet()
57 strUnit[i] = str[i]; in SetUnit()
144 pDev->DrawText(aStrRect, strUnit[ nItemId - 1 ], TEXT_DRAW_ENDELLIPSIS); in UserDraw()
170 …pDev->DrawText(aStart, strUnit[ nItemId - 1 ]); //can't set TEXT_DRAW_ENDELLIPSIS here ,or the te… in UserDraw()
H A DLineWidthValueSet.hxx48 XubString* strUnit; member in svx::sidebar::LineWidthValueSet
/aoo42x/main/sc/source/ui/sidebar/
H A DCellLineStyleValueSet.cxx37 strUnit = new XubString[9]; in CellLineStyleValueSet()
45 delete[] strUnit; in ~CellLineStyleValueSet()
52 strUnit[i] = str[i]; in SetUnit()
133 …pDev->DrawText(aStart, strUnit[ nItemId - 1 ]); // can't set TEXT_DRAW_ENDELLIPSIS here, or the te… in UserDraw()
H A DCellLineStyleValueSet.hxx35 XubString* strUnit; member in sc::sidebar::CellLineStyleValueSet

Completed in 9 milliseconds