Home
last modified time | relevance | path

Searched refs:nOutputMode (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmlfly.hxx101 sal_uInt8 nOutputMode; // Ausgabe-Infos member in SwHTMLPosFlyFrm
118 sal_uInt8 GetOutMode() const { return nOutputMode; } in GetOutMode()
124 sal_uInt8 GetOutFn() const { return nOutputMode & HTML_OUT_MASK; } in GetOutFn()
125 sal_uInt8 GetOutPos() const { return nOutputMode & HTML_POS_MASK; } in GetOutPos()
126 sal_uInt8 GetOutCntnr() const { return nOutputMode & HTML_CNTNR_MASK; } in GetOutCntnr()
H A Dhtmlfly.cxx1879 nOutputMode( nOutMode ) in SwHTMLPosFlyFrm()
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx951 sal_uLong nOutputMode; in DataChanged() local
955 nOutputMode = ViewShell::OUTPUT_DRAWMODE_CONTRAST; in DataChanged()
957 nOutputMode = ViewShell::OUTPUT_DRAWMODE_COLOR; in DataChanged()
966 SetDrawMode( nOutputMode ); in DataChanged()
967 mpViewShell->GetFrameView()->SetDrawMode( nOutputMode ); in DataChanged()

Completed in 28 milliseconds