Searched refs:bHasSelection (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/ui/uiview/ |
H A D | formatclipboard.cxx | 363 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/core/crsr/ |
H A D | callnk.cxx | 51 bHasSelection( bAktSelection ) in SwCallLink() 65 bHasSelection = ( *pCrsr->GetPoint() != *pCrsr->GetMark() ); in SwCallLink() 113 else if( !bHasSelection != !(*pCurCrsr->GetPoint() != *pCurCrsr->GetMark()) ) in ~SwCallLink()
|
H A D | callnk.hxx | 40 bool bHasSelection; member in SwCallLink
|
/trunk/main/filter/source/xsltdialog/ |
H A D | xmlfiltersettingsdialog.cxx | 207 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/accessibility/source/standard/ |
H A D | vclxaccessibleedit.cxx | 107 sal_Bool bHasSelection = ( m_nSelectionStart != m_nCaretPosition ); in ProcessWindowEvent() local 109 …if ( ( bHasSelection != bHadSelection ) || ( bHasSelection && ( ( m_nCaretPosition != nOldCaretPos… in ProcessWindowEvent()
|
/trunk/main/sw/source/core/view/ |
H A D | printdata.cxx | 190 bool bHasSelection, in SwPrintUIOptions() argument 323 aChoicesDisabled[2] = sal_Bool(! bHasSelection); in SwPrintUIOptions() 329 … bHasSelection ? 2 /*enable 'Selection' radio button*/ : 0 /* enable 'All pages' */, in SwPrintUIOptions()
|
/trunk/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 856 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/sw/inc/ |
H A D | printdata.hxx | 191 …SwPrintUIOptions( bool bWeb, bool bSwSrcView, bool bHasSelection, bool bHasPostIts, const SwPrintD…
|
/trunk/main/sc/source/ui/inc/ |
H A D | gridwin.hxx | 239 void ExecPageFieldSelect( SCCOL nCol, SCROW nRow, sal_Bool bHasSelection, const String& rStr );
|
/trunk/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 194 …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()
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 529 void ScGridWindow::ExecPageFieldSelect( SCCOL nCol, SCROW nRow, sal_Bool bHasSelection, const Strin… in ExecPageFieldSelect() argument 551 if ( bHasSelection ) in ExecPageFieldSelect()
|
Completed in 82 milliseconds