Searched refs:bCursored (Results 1 – 7 of 7) sorted by relevance
/trunk/main/svtools/inc/svtools/ |
H A D | treelist.hxx | 139 void SetCursored( sal_Bool bCursored ) in SetCursored() argument 141 if ( !bCursored ) in SetCursored()
|
H A D | svlbox.hxx | 503 void SetCursorEmphasis( SvLBoxEntry* pEntry, sal_Bool bCursored=sal_True);
|
/trunk/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 1762 sal_Bool bSelected, sal_Bool bDropTarget, sal_Bool bCursored, OutputDevice* pOut, in PaintEmphasis() argument 1794 if ( !bSelected || bCursored ) in PaintEmphasis() 1817 if( bCursored ) in PaintEmphasis() 1823 if( bCursored ) in PaintEmphasis() 1954 sal_Bool bCursored = pEntry->IsCursored(); in PaintEntry() local 1973 ( ( ( bSelected && !bCursored ) in PaintEntry() 2038 PaintEmphasis(aTextRect,aBmpRect,bSelected,bDropTarget,bCursored,pOut,bIsBackgroundPainted); in PaintEntry()
|
H A D | svlbox.cxx | 1681 void SvLBox::SetCursorEmphasis( SvLBoxEntry* pEntry, sal_Bool bCursored ) in SetCursorEmphasis() argument 1686 if( pViewData && (bCursored != pViewData->IsCursored()) ) in SetCursorEmphasis() 1688 pViewData->SetCursored( bCursored ); in SetCursorEmphasis()
|
H A D | svimpicn.cxx | 2012 sal_Bool bCursored, OutputDevice* pOut ) in PaintEmphasis() argument 2039 if( bCursored ) in PaintEmphasis() 2089 sal_Bool bCursored = pViewData->IsCursored(); in PaintEntry() local 2108 PaintEmphasis( aBmpRect, bSelected, bCursored, pOut ); in PaintEntry() 2117 PaintEmphasis( aBmpRect, bSelected, bCursored, pOut ); in PaintEntry() 2124 PaintEmphasis( aTextRect, bSelected, bCursored, pOut ); in PaintEntry()
|
H A D | imivctl.hxx | 412 sal_Bool bCursored,
|
/trunk/main/svtools/source/inc/ |
H A D | svimpicn.hxx | 256 sal_Bool bCursored, OutputDevice* pOut = 0 );
|
Completed in 62 milliseconds