Lines Matching refs:sal_Bool

81 	sal_Bool				bIsActive 			:1;
82 sal_Bool bIsConstant :1;
83 sal_Bool bIsHidden :1;
84 sal_Bool bDocChgdInDragging :1;
85 sal_Bool bIsInternalDrag :1;
86 sal_Bool bIsRoot :1;
87 sal_Bool bIsIdleClear :1;
88 sal_Bool bIsLastReadOnly :1;
89 sal_Bool bIsOutlineMoveable :1;
90 sal_Bool bViewHasChanged :1;
91 sal_Bool bIsImageListInitialized : 1;
93 static sal_Bool bIsInDrag;
94 sal_Bool bIsKeySpace;
119 sal_Bool FillTransferData( TransferDataContainer& rTransfer,
121 sal_Bool HasContentChanged();
125 virtual sal_Bool NotifyAcceptDrop( SvLBoxEntry* );
127 virtual sal_Bool NotifyMoving( SvLBoxEntry* pTarget,
132 virtual sal_Bool NotifyCopying( SvLBoxEntry* pTarget,
142 static void SetInDrag(sal_Bool bSet) {bIsInDrag = bSet;} in SetInDrag()
154 sal_Bool ToggleToRoot();
155 sal_Bool IsRoot() const {return bIsRoot;} in IsRoot()
158 void Display( sal_Bool bActiveView );
171 static sal_Bool IsInDrag() {return bIsInDrag;} in IsInDrag()
172 sal_Bool IsInternalDrag() const {return bIsInternalDrag != 0;} in IsInternalDrag()
179 sal_Bool Expand( SvLBoxEntry* pParent );
181 sal_Bool Collapse( SvLBoxEntry* pParent );
183 void ExecCommand(sal_uInt16 nCmd, sal_Bool bModifier);
188 sal_Bool IsConstantView() {return bIsConstant;} in IsConstantView()
189 sal_Bool IsActiveView() {return bIsActive;} in IsActiveView()
190 sal_Bool IsHiddenView() {return bIsHidden;} in IsHiddenView()
204 virtual sal_Bool Select( SvLBoxEntry* pEntry, sal_Bool bSelect=sal_True );
246 sal_Bool bIsInternalDrag :1;
247 sal_Bool bLastEntryEmphasis :1; // Drag'n Drop
248 sal_Bool bIsImageListInitialized : 1;
272 virtual sal_Bool NotifyMoving( SvLBoxEntry* pTarget,
277 virtual sal_Bool NotifyCopying( SvLBoxEntry* pTarget,
287 virtual sal_Bool NotifyAcceptDrop( SvLBoxEntry* );
302 sal_Bool IsInternalDrag() const {return bIsInternalDrag != 0;} in IsInternalDrag()
331 void Display(sal_Bool bOnlyUpdateUserData = sal_False);
333 sal_Bool Update(sal_Bool bHard);