Home
last modified time | relevance | path

Searched refs:eArea (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx545 meMouseMoveArea = eArea; in mouseMoved()
595 OSL_ASSERT(eArea>=0 && eArea<__AreaCount__); in GetRectangle()
597 return maBox[eArea]; in GetRectangle()
637 const Area eArea, in PaintBitmap() argument
747 const Area eArea, in GetBitmap() argument
760 const Area eArea) const in GetBitmapMode()
762 if (IsDisabled(eArea)) in GetBitmapMode()
775 OSL_ASSERT(eArea>=0 && eArea<__AreaCount__); in IsDisabled()
976 const Area eArea, in PaintComposite() argument
993 (eArea == Thumb in PaintComposite()
[all …]
H A DPresenterScrollBar.hxx203 virtual css::geometry::RealRectangle2D GetRectangle (const Area eArea) const;
213 const Area eArea,
231 const Area eArea,
237 const Area eArea,
240 const Area eArea) const;
241 bool IsDisabled (const Area eArea) const;
284 const Area eArea,
319 const Area eArea,
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrolinterface.hxx101 TableCellArea eArea; member
106 ,eArea( CellContent ) in TableCell()
113 ,eArea( CellContent ) in TableCell()
/trunk/main/editeng/source/editeng/
H A Dtextconv.cxx206 void TextConvWrapper::ConvStart_impl( SvxSpellArea eArea ) in ConvStart_impl() argument
213 if ( eArea == SVX_SPELL_BODY_START ) in ConvStart_impl()
232 else if ( eArea == SVX_SPELL_BODY_END ) in ConvStart_impl()
250 else if ( eArea == SVX_SPELL_BODY ) in ConvStart_impl()
H A Dedtspell.cxx62 void __EXPORT EditSpellWrapper::SpellStart( SvxSpellArea eArea ) in SpellStart() argument
67 if ( eArea == SVX_SPELL_BODY_START ) in SpellStart()
86 else if ( eArea == SVX_SPELL_BODY_END ) in SpellStart()
105 else if ( eArea == SVX_SPELL_BODY ) in SpellStart()
H A Dedtspell.hxx50 virtual void SpellStart( SvxSpellArea eArea );
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx786 …d SwHHCWrapper::ConvStart_impl( SwConversionArgs /* [out] */ *pConversionArgs, SvxSpellArea eArea ) in ConvStart_impl() argument
788 SetDrawObj( SVX_SPELL_OTHER == eArea ); in ConvStart_impl()
789 pView->SpellStart( eArea, bStartDone, bEndDone, /* [out] */ pConversionArgs ); in ConvStart_impl()
/trunk/main/svtools/source/table/
H A Dmousefunction.cxx71 if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.eArea == ColumnDivider ) ) in handleMouseMove()
124 && ( tableCell.eArea == ColumnDivider ) in handleMouseDown()
H A Dtablecontrol_impl.cxx2001 aCell.eArea = ColumnDivider; in hitTest()

Completed in 49 milliseconds