/trunk/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 263 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 D | fntctrl.cxx | 134 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 D | docinsert.cxx | 241 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 D | outlvw.cxx | 115 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 D | glossary.cxx | 254 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 D | vbaworksheets.cxx | 321 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 D | vbahelper.cxx | 394 sal_Bool bSelection = bUseSelection; in PrintOutHelper() local 440 SfxBoolItem sfxSelection( SID_SELECTION, bSelection ); in PrintOutHelper()
|
H A D | vbaworksheet.cxx | 1021 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 D | filedlghelper.cxx | 1572 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 D | textsh1.cxx | 418 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 D | drawsh5.cxx | 721 sal_Bool bSelection = pDrawView && pDrawView->AreObjectsMarked(); in StateFormatPaintbrush() local 724 if ( !bHasPaintBrush && !bSelection ) in StateFormatPaintbrush()
|
/trunk/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 121 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelection ) : in SwHHCWrapper() argument 140 bIsSelection = bSelection; in SwHHCWrapper()
|
/trunk/main/sw/inc/ |
H A D | hhcwrp.hxx | 108 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelection );
|
/trunk/main/sfx2/source/view/ |
H A D | viewprn.cxx | 717 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 D | glossary.hxx | 138 const sal_Bool bSelection : 1; member in SwGlossaryDlg
|
H A D | view.hxx | 440 String GetThesaurusLookUpText( bool bSelection ) const;
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 541 sal_Bool bSelection = bUseSelection; in PrintOutHelper() local 586 SfxBoolItem sfxSelection( SID_SELECTION, bSelection ); in PrintOutHelper()
|
/trunk/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 1196 sal_Bool bSelection = pEditView->HasSelection(); in StopEditEngine() local 1208 if (bSelection) in StopEditEngine()
|
/trunk/main/vbahelper/inc/vbahelper/ |
H A D | vbahelper.hxx | 91 …intToFile, const css::uno::Any& Collate, const css::uno::Any& PrToFileName, sal_Bool bSelection );
|
/trunk/main/vcl/source/control/ |
H A D | edit.cxx | 2666 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 D | calendar.cxx | 1514 sal_Bool bSelection = mbSelection; in ImplEndTracking() local 1568 if ( !bSelection && (mnWinStyle & WB_TABSTOP) && !bCancel ) in ImplEndTracking()
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 114 sal_Bool bSelection; member
|