Lines Matching refs:sal_Bool

137             sal_Bool                        bEnabled;
166sal_Bool m_bQueryEscapeProcessing : 1; // the escape processing flag of the query currently loa…
167 sal_Bool m_bShowMenu; // if sal_True the menu should be visible otherwise not
168 sal_Bool m_bInSuspend;
169 sal_Bool m_bEnableBrowser;
206 virtual sal_Bool Construct(Window* pParent);
218 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExceptio…
231 …virtual sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& aSelection ) throw (::com::sun…
264 …virtual sal_Bool InitializeForm( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::…
265 …virtual sal_Bool InitializeGridModel(const ::com::sun::star::uno::Reference< ::com::sun::star::for…
267 virtual sal_Bool preReloadForm();
276 virtual void LoadFinished(sal_Bool _bWasSynch);
285 virtual sal_Bool requestQuickHelp( const SvLBoxEntry* _pEntry, String& _rText ) const;
286 virtual sal_Bool requestDrag( sal_Int8 _nAction, const Point& _rPosPixel );
306 sal_Bool haveExplorer() const;
313 sal_Bool isSelected(SvLBoxEntry* _pEntry) const;
315 void select(SvLBoxEntry* _pEntry, sal_Bool _bSelect = sal_True);
317 void selectPath(SvLBoxEntry* _pEntry, sal_Bool _bSelect = sal_True);
332 sal_Bool getExternalSlotState( sal_uInt16 _nId ) const;
359 void unloadAndCleanup( sal_Bool _bDisposeConnection = sal_True );
369 void closeConnection(SvLBoxEntry* _pEntry,sal_Bool _bDisposeConnection = sal_True);
379sal_Bool ensureConnection(SvLBoxEntry* _pDSEntry, void * pDSData, SharedConnection& _rConnection );
380 sal_Bool ensureConnection(SvLBoxEntry* _pAnyEntry, SharedConnection& _rConnection );
382 sal_Bool getExistentConnectionFor( SvLBoxEntry* _pDSEntry, SharedConnection& _rConnection );
391 …implCopyObject( SvLBoxEntry* _pApplyTo, sal_Int32 _nCommandType, sal_Bool _bAllowConnection = sal_…
395sal_Bool isObject( EntryType _eType ) const { return ( etTableOrView== _eType ) || ( etQuery == _e… in isObject()
396sal_Bool isContainer( EntryType _eType ) const { return (etTableContainer == _eType) || (etQueryCo… in isContainer()
397sal_Bool isContainer( SvLBoxEntry* _pEntry ) const { return isContainer( getEntryType( _pEntry ) )… in isContainer()
400 sal_Bool ensureEntryObject( SvLBoxEntry* _pEntry );
417sal_Bool implSelect(const ::svx::ODataAccessDescriptor& _rDescriptor,sal_Bool _bSelectDirect = sal…
421 sal_Bool implSelect(
425 const sal_Bool _bEscapeProcessing,
427 sal_Bool _bSelectDirect = sal_False
440sal_Bool implLoadAnything(const ::rtl::OUString& _rDataSourceName, const ::rtl::OUString& _rComman…
441 …const sal_Int32 _nCommandType, const sal_Bool _bEscapeProcessing, const SharedConnection& _rxConne…
455 sal_Bool _bExpandAncestors = sal_True
476 sal_Bool _bExpandAncestors = sal_True,
484 …::rtl::OUString& _rDataSource, ::rtl::OUString& _rCommand, sal_Int32& _rCommandType, sal_Bool& _rE…
504 sal_Bool implGetQuerySignature( ::rtl::OUString& _rCommand, sal_Bool& _bEscapeProcessing );
506 sal_Bool isEntryCopyAllowed(SvLBoxEntry* _pEntry) const;
513 sal_Bool isHiContrast() const;
524 sal_Bool isCurrentlyDisplayedChanged(const String& _sName,SvLBoxEntry* _pContainer);