Lines Matching refs:sal_Bool
107 sal_Bool bOn;
157 sal_Bool bChooseWithCursor;
192 sal_Bool bHighlightFramePressed;
212 sal_Bool bBoundRectsDirty;
213 sal_Bool bUpdateMode;
214 sal_Bool bEntryEditingEnabled;
215 sal_Bool bInDragDrop;
217 void ShowCursor( sal_Bool bShow );
219 void ImpArrange( sal_Bool bKeepPredecessors = sal_False );
234 void AdjustScrollBars( sal_Bool bVirtSizeGrowedOnly = sal_False);
238 sal_Bool HandleScrollCommand( const CommandEvent& rCmd );
243 void DeselectAllBut( SvxIconChoiceCtrlEntry*, sal_Bool bPaintSync=sal_False );
252 sal_Bool bAdd = sal_True,
258 sal_Bool bAdd = sal_True );
279 sal_Bool CheckVerScrollBar();
280 sal_Bool CheckHorScrollBar();
282 void EntrySelected( SvxIconChoiceCtrlEntry* pEntry, sal_Bool bSelect,
283 sal_Bool bSyncPaint );
288 sal_Bool IsAutoArrange() const { in IsAutoArrange()
289 return (sal_Bool)(ePositionMode == IcnViewPositionModeAutoArrange); } in IsAutoArrange()
290 sal_Bool IsAutoAdjust() const { in IsAutoAdjust()
291 return (sal_Bool)(ePositionMode == IcnViewPositionModeAutoAdjust); } in IsAutoAdjust()
294 void SetOrigin( const Point&, sal_Bool bDoNotUpdateWallpaper = sal_False );
302 sal_Bool IsMnemonicChar( sal_Unicode cChar, sal_uLong& rPos ) const;
314 …sal_Bool SetChoiceWithCursor ( sal_Bool bDo = sal_True ) { sal_Bool bOld=bChooseWithCursor; bCho… in SetChoiceWithCursor()
315 void Clear( sal_Bool bInCtor = sal_False );
322 void SelectAll( sal_Bool bSelect = sal_True, sal_Bool bPaint = sal_True );
325 sal_Bool bSelect,
326 sal_Bool bCallHdl = sal_True,
327 sal_Bool bAddToSelection = sal_False,
328 sal_Bool bSyncPaint = sal_False );
330 sal_Bool MouseButtonDown( const MouseEvent& );
331 sal_Bool MouseButtonUp( const MouseEvent& );
332 sal_Bool MouseMove( const MouseEvent&);
333 sal_Bool RequestHelp( const HelpEvent& rHEvt );
337 sal_Bool bMod1,
338 sal_Bool bShift,
339 sal_Bool bPaintSync = sal_False);
340 sal_Bool KeyInput( const KeyEvent& );
344 void SetUpdateMode( sal_Bool bUpdate );
345 sal_Bool GetUpdateMode() const { return bUpdateMode; } in GetUpdateMode()
346 void PaintEntry( SvxIconChoiceCtrlEntry* pEntry, sal_Bool bIsBackgroundPainted=sal_False );
351 sal_Bool bIsBackgroundPainted = sal_False);
357 sal_Bool bAdjustRow = sal_False,
358 sal_Bool bCheckScrollBars = sal_False,
359 sal_Bool bKeepGridMap = sal_False );
370 sal_Bool bSyncSingleSelection = sal_True,
371 sal_Bool bShowFocusAsync = sal_False );
373 SvxIconChoiceCtrlEntry* GetEntry( const Point& rDocPos, sal_Bool bHit = sal_False );
378 void MakeEntryVisible( SvxIconChoiceCtrlEntry* pEntry, sal_Bool bBound = sal_True );
380 …void Arrange(sal_Bool bKeepPredecessors = sal_False, long nSetMaxVirtWidth =0, long nSetMaxVirtH…
387 sal_Bool bForInplaceEdit = sal_False,
405 …sal_Bool IsBoundingRectValid( const Rectangle& rRect ) const { return (sal_Bool)( rRect.Right() … in IsBoundingRectValid()
410 sal_Bool bSelected,
411 sal_Bool bDropTarget,
412 sal_Bool bCursored,
414 sal_Bool bIsBackgroundPainted = sal_False);
429 void ShowTargetEmphasis( SvxIconChoiceCtrlEntry* pEntry, sal_Bool bShow );
439 sal_Bool bCheckScrBars,
440 sal_Bool bSmartScrBar ) const;
441 void Scroll( long nDeltaX, long nDeltaY, sal_Bool bScrollBar = sal_False );
450 sal_Bool IsOver(
456 sal_Bool bAdd = sal_True,
463 sal_Bool bDragDrop = sal_False,
466 sal_Bool IsTextHit( SvxIconChoiceCtrlEntry* pEntry, const Point& rDocPos );
469 sal_Bool bInScrollBarEvent=sal_False,
470 sal_Bool bCallRectChangedHdl = sal_True );
476 void EnableEntryEditing( sal_Bool bEnable ) { bEntryEditingEnabled = bEnable; } in EnableEntryEditing()
477 sal_Bool IsEntryEditingEnabled() const { return bEntryEditingEnabled; } in IsEntryEditingEnabled()
478 sal_Bool IsEntryEditing() const { return (sal_Bool)(pCurEditedEntry!=0); } in IsEntryEditing()
480 void StopEntryEditing( sal_Bool bCancel );
481 void LockEntryPos( SvxIconChoiceCtrlEntry* pEntry, sal_Bool bLock );
492 sal_Bool AreEntriesMoved() const { return (sal_Bool)((nFlags & F_MOVED_ENTRIES)!=0); } in AreEntriesMoved()
493 void SetEntriesMoved( sal_Bool bMoved ) in SetEntriesMoved()
502 SvxIconChoiceCtrlEntry* GoLeftRight( SvxIconChoiceCtrlEntry*, sal_Bool bRight );
503 SvxIconChoiceCtrlEntry* GoUpDown( SvxIconChoiceCtrlEntry*, sal_Bool bDown );
507 sal_Bool ArePredecessorsSet() const { return (sal_Bool)(pHead != 0); } in ArePredecessorsSet()
510 …sal_Bool GetEntryPredecessor(SvxIconChoiceCtrlEntry* pEntry,SvxIconChoiceCtrlEntry** ppPredecess…
525 …void SetEntryHighlightFrame( SvxIconChoiceCtrlEntry* pEntry,sal_Bool bKeepHighlightFlags=sal_Fal…
528 const Rectangle& rBmpRect, sal_Bool bHide );
533 sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent );
559 sal_Bool bDown, sal_Bool bSimple );
562 sal_Bool bRight, sal_Bool bSimple );
570 SvxIconChoiceCtrlEntry* GoLeftRight( SvxIconChoiceCtrlEntry*, sal_Bool bRight );
571 SvxIconChoiceCtrlEntry* GoUpDown( SvxIconChoiceCtrlEntry*, sal_Bool bDown );
572 SvxIconChoiceCtrlEntry* GoPageUpDown( SvxIconChoiceCtrlEntry*, sal_Bool bDown );
592 sal_Bool* _pGridMap;
607 GridId GetGrid( const Point& rDocPos, sal_Bool* pbClipped = 0 );
609 GridId GetUnoccupiedGrid( sal_Bool bOccupyFound=sal_True );
611 void OccupyGrids( const Rectangle&, sal_Bool bOccupy = sal_True );
612 void OccupyGrids( const SvxIconChoiceCtrlEntry*, sal_Bool bOccupy = sal_True );
613 void OccupyGrid( GridId nId, sal_Bool bOccupy = sal_True ) in OccupyGrid()