Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dhtmlfly.hxx121 static sal_uInt8 GetOutPos( sal_uInt8 nMode ) { return nMode & HTML_POS_MASK; } in GetOutPos() function in SwHTMLPosFlyFrm
125 sal_uInt8 GetOutPos() const { return nOutputMode & HTML_POS_MASK; } in GetOutPos() function in SwHTMLPosFlyFrm
H A Dhtmlfly.cxx396 pPosFly->GetOutPos() == nPos ) && in OutFlyFrm()
1883 HTML_POS_INSIDE == GetOutPos() ) in SwHTMLPosFlyFrm()
1911 if( GetOutPos() == rFrm.GetOutPos() ) in operator <()
1914 return GetOutPos() < rFrm.GetOutPos(); in operator <()

Completed in 17 milliseconds