Searched refs:eArea (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterScrollBar.cxx | 545 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 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,
|
/aoo41x/main/svtools/inc/svtools/table/ |
H A D | tablecontrolinterface.hxx | 101 TableCellArea eArea; member 106 ,eArea( CellContent ) in TableCell() 113 ,eArea( CellContent ) in TableCell()
|
/aoo41x/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 );
|
/aoo41x/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()
|
/aoo41x/main/svtools/source/table/ |
H A D | mousefunction.cxx | 71 if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.eArea == ColumnDivider ) ) in handleMouseMove() 124 && ( tableCell.eArea == ColumnDivider ) in handleMouseDown()
|
H A D | tablecontrol_impl.cxx | 2001 aCell.eArea = ColumnDivider; in hitTest()
|
Completed in 93 milliseconds