Home
last modified time | relevance | path

Searched refs:bHasSelection (Results 1 – 11 of 11) sorted by path

/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx107 sal_Bool bHasSelection = ( m_nSelectionStart != m_nCaretPosition ); in ProcessWindowEvent() local
109 …if ( ( bHasSelection != bHadSelection ) || ( bHasSelection && ( ( m_nCaretPosition != nOldCaretPos… in ProcessWindowEvent()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx856 const bool bHasSelection = ( m_aSourceSelection.getLength() != 0 ); in impl_extractSourceResultSet_throw() local
857 if ( bHasSelection && !bHasResultSet ) in impl_extractSourceResultSet_throw()
865 if ( bHasSelection && m_bSourceSelectionBookmarks ) in impl_extractSourceResultSet_throw()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx207 bool bHasSelection = pSelectedEntry != NULL; in updateStates() local
209 bool bMultiSelection = bHasSelection && (mpFilterListBox->NextSelected( pSelectedEntry ) != NULL ); in updateStates()
229 maPBEdit.Enable( bHasSelection && !bMultiSelection && !bIsReadonly); in updateStates()
230 maPBTest.Enable( bHasSelection && !bMultiSelection ); in updateStates()
231 maPBDelete.Enable( bHasSelection && !bMultiSelection && !bIsReadonly && !bIsDefault); in updateStates()
232 maPBSave.Enable( bHasSelection ); in updateStates()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx239 void ExecPageFieldSelect( SCCOL nCol, SCROW nRow, sal_Bool bHasSelection, const String& rStr );
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx529 void ScGridWindow::ExecPageFieldSelect( SCCOL nCol, SCROW nRow, sal_Bool bHasSelection, const Strin… in ExecPageFieldSelect() argument
551 if ( bHasSelection ) in ExecPageFieldSelect()
/trunk/main/sw/inc/
H A Dprintdata.hxx191 …SwPrintUIOptions( bool bWeb, bool bSwSrcView, bool bHasSelection, bool bHasPostIts, const SwPrintD…
/trunk/main/sw/source/core/crsr/
H A Dcallnk.cxx51 bHasSelection( bAktSelection ) in SwCallLink()
65 bHasSelection = ( *pCrsr->GetPoint() != *pCrsr->GetMark() ); in SwCallLink()
113 else if( !bHasSelection != !(*pCurCrsr->GetPoint() != *pCurCrsr->GetMark()) ) in ~SwCallLink()
H A Dcallnk.hxx40 bool bHasSelection; member in SwCallLink
/trunk/main/sw/source/core/view/
H A Dprintdata.cxx190 bool bHasSelection, in SwPrintUIOptions() argument
323 aChoicesDisabled[2] = sal_Bool(! bHasSelection); in SwPrintUIOptions()
329bHasSelection ? 2 /*enable 'Selection' radio button*/ : 0 /* enable 'All pages' */, in SwPrintUIOptions()
/trunk/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx363 sal_Bool bHasSelection = pCrsr->HasMark(); in Copy() local
366 if(!bHasSelection) //check for and handle multiselections in Copy()
372 bHasSelection = true; in Copy()
384 if( !bHasSelection && rWrtShell.IsInRightToLeftText() ) in Copy()
387 if( !( !bHasSelection && rWrtShell.IsEndPara() ) ) in Copy()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx194 …const bool bHasSelection = pSwView ? pSwView->HasSelection( sal_False ) : false; // check for … in lcl_GetPrintUIOptions() local
200 return new SwPrintUIOptions( bWebDoc, bSwSrcView, bHasSelection, bHasPostIts, rPrintData ); in lcl_GetPrintUIOptions()

Completed in 234 milliseconds