Home
last modified time | relevance | path

Searched refs:bSelection (Results 1 – 22 of 22) sorted by relevance

/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx263 sal_Bool bSelection = ((SwCrsrShell*)pWrtShell)->HasSelection() || in StartTextConversion() local
266 sal_Bool bStart = bSelection || pWrtShell->IsStartOfDoc(); in StartTextConversion()
274 bStart, bOther, bSelection ); in StartTextConversion()
488 sal_Bool bSelection = ((SwCrsrShell*)pWrtShell)->HasSelection() || in HyphenateDocument() local
514 SwHyphWrapper aWrap( this, xHyph, bStart, bOther, bSelection ); in HyphenateDocument()
532 return !bMultiSel && (!bSelection || pWrtShell->IsSelOnePara() ); in IsValidSelectionForThesaurus()
536 String SwView::GetThesaurusLookUpText( bool bSelection ) const in GetThesaurusLookUpText()
538 return bSelection ? pWrtShell->GetSelTxt() : pWrtShell->GetCurWord(); in GetThesaurusLookUpText()
550 if( !bSelection ) in InsertThesaurusSynonym()
618 String aTmp = GetThesaurusLookUpText( bSelection ); in StartThesaurus()
[all …]
/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx134 sal_Bool bSelection : 1, member in FontPrevWin_Impl
149 bSelection( sal_False ), bGetSelection( sal_False ), bUseResText( sal_False ), in FontPrevWin_Impl()
655 else if ( !pImpl->bSelection && !pImpl->bTextInited ) in Paint()
663 pImpl->bSelection = pImpl->aText.Len() != 0; in Paint()
667 if ( !pImpl->bSelection || pImpl->bUseFontNameAsText ) in Paint()
/trunk/main/sfx2/source/doc/
H A Ddocinsert.cxx241 sal_Bool bSelection = sal_False; in IMPL_LINK() local
242 if ( aValue >>= bSelection ) in IMPL_LINK()
243 m_pItemSet->Put( SfxBoolItem( SID_SELECTION, bSelection ) ); in IMPL_LINK()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx115 sal_Bool bSelection = aSel.HasRange(); in PostKeyEvent() local
121 if( bSelection && ( nCode != KEY_TAB ) && EditEngine::DoesKeyChangeText( rKEvt ) ) in PostKeyEvent()
157 if( !bReadOnly && !bSelection && ( pOwner->ImplGetOutlinerMode() != OUTLINERMODE_TEXTOBJECT ) ) in PostKeyEvent()
185 ( bSelection || !aSel.nStartPos ) ) in PostKeyEvent()
191 !bSelection && !aSel.nEndPos && pOwner->ImplHasNumberFormat( aSel.nEndPara ) ) in PostKeyEvent()
201 if( !bReadOnly && !bSelection && aSel.nEndPara && !aSel.nEndPos ) in PostKeyEvent()
226 if( !bSelection && in PostKeyEvent()
246 if( !bKeyProcessed && !bSelection && in PostKeyEvent()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx254 bSelection( pWrtShell->IsSelection() ), in SwGlossaryDlg()
499 pMn->EnableItem(FN_GL_DEFINE, bSelection && bHasEntry && !bExists); in IMPL_LINK_INLINE_END()
500 pMn->EnableItem(FN_GL_DEFINE_TEXT, bSelection && bHasEntry && !bExists); in IMPL_LINK_INLINE_END()
502 pMn->EnableItem(FN_GL_REPLACE, bSelection && bExists && !bIsOld ); in IMPL_LINK_INLINE_END()
503 pMn->EnableItem(FN_GL_REPLACE_TEXT, bSelection && bExists && !bIsOld ); in IMPL_LINK_INLINE_END()
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheets.cxx321 sal_Bool bSelection = sal_False; in PrintOut() local
330 bSelection = sal_True; in PrintOut()
332 …odel ), From, To, Copies, Preview, ActivePrinter, PrintToFile, Collate, PrToFileName, bSelection ); in PrintOut()
H A Dvbahelper.cxx394 sal_Bool bSelection = bUseSelection; in PrintOutHelper() local
440 SfxBoolItem sfxSelection( SID_SELECTION, bSelection ); in PrintOutHelper()
H A Dvbaworksheet.cxx1021 sal_Bool bSelection = sal_False; in PrintOut() local
1031 bSelection = sal_True; in PrintOut()
1034 …odel ), From, To, Copies, Preview, ActivePrinter, PrintToFile, Collate, PrToFileName, bSelection ); in PrintOut()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx1572 sal_Bool bSelection = sal_False; in execute() local
1573 if ( aValue >>= bSelection ) in execute()
1574 rpSet->Put( SfxBoolItem( SID_SELECTION, bSelection ) ); in execute()
2116 sal_Bool bSelection = sal_True; in saveConfig() local
2117 aValue >>= bSelection; in saveConfig()
2120 aUserData.SetToken( 2, ' ', String::CreateFromInt32( (sal_Int32) bSelection ) ); in saveConfig()
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx418 const bool bSelection = rWrtSh.HasSelection(); in Execute() local
419 const String aLookUpText = rView2.GetThesaurusLookUpText( bSelection ); in Execute()
420 rView2.InsertThesaurusSynonym( aReplaceText, aLookUpText, bSelection ); in Execute()
1219 sal_Bool bSelection = rWrtSh.HasSelection(); in Execute() local
1220 if(bSelection) in Execute()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh5.cxx721 sal_Bool bSelection = pDrawView && pDrawView->AreObjectsMarked(); in StateFormatPaintbrush() local
724 if ( !bHasPaintBrush && !bSelection ) in StateFormatPaintbrush()
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx121 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelection ) : in SwHHCWrapper() argument
140 bIsSelection = bSelection; in SwHHCWrapper()
/trunk/main/sw/inc/
H A Dhhcwrp.hxx108 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelection );
/trunk/main/sfx2/source/view/
H A Dviewprn.cxx717 sal_Bool bSelection = pSelectItem && pSelectItem->GetValue(); in ExecPrint_Impl() local
768 aProps[nLen].Value = makeAny( bSelection ); in ExecPrint_Impl()
/trunk/main/sw/source/ui/inc/
H A Dglossary.hxx138 const sal_Bool bSelection : 1; member in SwGlossaryDlg
H A Dview.hxx440 String GetThesaurusLookUpText( bool bSelection ) const;
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx541 sal_Bool bSelection = bUseSelection; in PrintOutHelper() local
586 SfxBoolItem sfxSelection( SID_SELECTION, bSelection ); in PrintOutHelper()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1196 sal_Bool bSelection = pEditView->HasSelection(); in StopEditEngine() local
1208 if (bSelection) in StopEditEngine()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx91 …intToFile, const css::uno::Any& Collate, const css::uno::Any& PrToFileName, sal_Bool bSelection );
/trunk/main/vcl/source/control/
H A Dedit.cxx2666 sal_Bool bCaret = sal_False, bSelection = sal_False; in ImplSetSelection() local
2672 bSelection = sal_True; in ImplSetSelection()
2680 if (bSelection) in ImplSetSelection()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx1514 sal_Bool bSelection = mbSelection; in ImplEndTracking() local
1568 if ( !bSelection && (mnWinStyle & WB_TABSTOP) && !bCancel ) in ImplEndTracking()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx114 sal_Bool bSelection; member

Completed in 153 milliseconds