Searched refs:eArea (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/sdext/source/presenter/ |
| H A D | PresenterScrollBar.cxx | 541 const Area eArea (GetArea(rEvent.X, rEvent.Y)); in mouseMoved() local 542 if (eArea != meMouseMoveArea) in mouseMoved() 545 meMouseMoveArea = eArea; in mouseMoved() 551 mpMousePressRepeater->SetMouseArea(eArea); in mouseMoved() 593 geometry::RealRectangle2D PresenterScrollBar::GetRectangle (const Area eArea) const in GetRectangle() 595 OSL_ASSERT(eArea>=0 && eArea<__AreaCount__); in GetRectangle() 597 return maBox[eArea]; in GetRectangle() 637 const Area eArea, in PaintBitmap() argument 640 const geometry::RealRectangle2D aLocalBox (GetRectangle(eArea)); in PaintBitmap() 648 Reference<rendering::XBitmap> xBitmap (GetBitmap(eArea,rpBitmaps)); in PaintBitmap() [all …]
|
| H A D | PresenterScrollBar.hxx | 203 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 D | tablecontrolinterface.hxx | 101 TableCellArea eArea; member 106 ,eArea( CellContent ) in TableCell() 113 ,eArea( CellContent ) in TableCell()
|
| /trunk/main/editeng/source/editeng/ |
| H A D | textconv.cxx | 206 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 D | edtspell.cxx | 62 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 D | edtspell.hxx | 50 virtual void SpellStart( SvxSpellArea eArea );
|
| /trunk/main/sw/source/ui/lingu/ |
| H A D | hhcwrp.cxx | 786 …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 D | mousefunction.cxx | 69 if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.eArea == ColumnDivider ) ) in handleMouseMove() 122 && ( tableCell.eArea == ColumnDivider ) in handleMouseDown()
|
| H A D | tablecontrol_impl.cxx | 2001 aCell.eArea = ColumnDivider; in hitTest()
|