Lines Matching refs:sal_Bool

83 friend sal_Bool implImportDialog( Window* pWin, const String& rCurPath, const ScriptDocument& rDocu…
99 sal_Bool bTabBarSplitted;
100 sal_Bool bCreatingWindow;
102 sal_Bool m_bAppBasicModified;
113 …void RemoveWindows( const ScriptDocument& rDocument, const String& rLibName, sal_Bool bDestroy …
115 void ShowObjectDialog( sal_Bool bShow, sal_Bool bCreateOrDestroy );
117 void StoreAllWindowData( sal_Bool bPersistent = sal_True );
119 void EnableScrollbars( sal_Bool bEnable );
136 virtual sal_uInt16 PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing );
138 …void SetCurWindow( IDEBaseWindow* pNewWin, sal_Bool bUpdateTabBar = sal_False, sal_Bool bRememb…
140 …void RemoveWindow( IDEBaseWindow* pWindow, sal_Bool bDestroy, sal_Bool bAllowChangeCurWindow =…
146 …Document, const String& rLibName, const String& rModName, sal_Bool bCreateIfNotExist, sal_Bool bFi…
152 virtual void Activate(sal_Bool bMDI);
153 virtual void Deactivate(sal_Bool bMDI);
202 virtual SfxPrinter* GetPrinter( sal_Bool bCreate );
204 virtual String GetSelectionText( sal_Bool bCompleteWords );
205 virtual sal_Bool HasSelection( sal_Bool bText ) const;
213 virtual sal_Bool HasUIFeature( sal_uInt32 nFeature );
220 …nst String& rName = String(), sal_uInt16 nType = BASICIDE_TYPE_UNKNOWN, sal_Bool bFindSuspended = …
221 …Document, const String& rLibName, const String& rDlgName, sal_Bool bCreateIfNotExist, sal_Bool bFi…
223 sal_Bool NextPage( sal_Bool bPrev = sal_False );
225 sal_Bool IsAppBasicModified() const { return m_bAppBasicModified; } in IsAppBasicModified()
226 …void SetAppBasicModified( sal_Bool bModified = sal_True ) { m_bAppBasicModified = bModified;… in SetAppBasicModified()