Home
last modified time | relevance | path

Searched refs:bSet (Results 26 – 50 of 364) sorted by relevance

12345678910>>...15

/trunk/main/sw/source/ui/inc/
H A Dmmconfigitem.hxx131 void SetOutputToLetter(sal_Bool bSet);
134 void SetAddressBlock(sal_Bool bSet);
137 void SetHideEmptyParagraphs(sal_Bool bSet);
148 void SetCountrySettings(sal_Bool bSet, const rtl::OUString& sCountry);
151 void SetIndividualGreeting(sal_Bool bSet, sal_Bool bInEMail);
154 void SetGreetingLine(sal_Bool bSet, sal_Bool bInEMail);
185 void SetMailReplyTo(sal_Bool bSet);
197 void SetSecureConnection(sal_Bool bSet);
200 void SetAuthentication(sal_Bool bSet);
209 void SetSMTPAfterPOP(sal_Bool bSet);
[all …]
H A Dnavicfg.hxx97 void SetSmall(sal_Bool bSet){ in SetSmall() argument
98 if(bIsSmall != bSet) in SetSmall()
101 bIsSmall = bSet; in SetSmall()
106 void SetGlobalActive(sal_Bool bSet){ in SetGlobalActive() argument
107 if(bIsGlobalActive != bSet) in SetGlobalActive()
110 bIsGlobalActive = bSet; in SetGlobalActive()
/trunk/main/unotools/source/config/
H A Dsecurityoptions.cxx268 void SetWarningEnabled( sal_Bool bSet );
270 void SetConfirmationEnabled( sal_Bool bSet );
272 void SetExecutePlugins( sal_Bool bSet );
1222 m_bExecutePlugins = bSet; in SetExecutePlugins()
1235 if (!m_bROWarning && m_bWarning!=bSet) in SetWarningEnabled()
1237 m_bWarning = bSet; in SetWarningEnabled()
1250 if (!m_bROConfirmation && m_bConfirmation!=bSet) in SetConfirmationEnabled()
1252 m_bConfirmation = bSet; in SetConfirmationEnabled()
1267 m_pDataContainer->SetExecutePlugins( bSet ); in SetExecutePlugins()
1279 m_pDataContainer->SetWarningEnabled( bSet ); in SetWarningEnabled()
[all …]
/trunk/main/sc/inc/
H A Ddpsave.hxx70 SC_DLLPUBLIC void SetIsVisible(sal_Bool bSet);
73 SC_DLLPUBLIC void SetShowDetails(sal_Bool bSet);
128 void SetDupFlag(sal_Bool bSet) { bDupFlag = bSet; } in SetDupFlag() argument
141 void SetShowEmpty(sal_Bool bSet);
244 SC_DLLPUBLIC void SetColumnGrand( sal_Bool bSet );
246 SC_DLLPUBLIC void SetRowGrand( sal_Bool bSet );
248 void SetIgnoreEmptyRows( sal_Bool bSet );
250 void SetRepeatIfEmpty( sal_Bool bSet );
253 SC_DLLPUBLIC void SetFilterButton( sal_Bool bSet );
255 SC_DLLPUBLIC void SetDrillDown( sal_Bool bSet );
H A Ddbcolect.hxx151 void SetDoSize(sal_Bool bSet) { bDoSize = bSet; } in SetDoSize() argument
153 void SetKeepFmt(sal_Bool bSet) { bKeepFmt = bSet; } in SetKeepFmt() argument
155 void SetStripData(sal_Bool bSet) { bStripData = bSet; } in SetStripData() argument
185 void SetImportSelection(sal_Bool bSet) { bDBSelection = bSet; } in SetImportSelection() argument
188 void SetAutoFilter(sal_Bool bSet) { bAutoFilter = bSet; } in SetAutoFilter() argument
H A Dtablink.hxx67 void SetInCreate(sal_Bool bSet) { bInCreate = bSet; } in SetInCreate() argument
68 void SetAddUndo(sal_Bool bSet) { bAddUndo = bSet; } in SetAddUndo() argument
69 void SetPaint(sal_Bool bSet) { bDoPaint = bSet; } in SetPaint() argument
/trunk/main/idl/inc/
H A Dtypes.hxx52 SvStream & rOutStm, sal_Bool bSet );
77 void SetExport( sal_Bool bSet ) in SetExport() argument
78 { aExport = bSet; } in SetExport()
81 void SetHidden( sal_Bool bSet ) in SetHidden() argument
82 { aHidden = bSet; } in SetHidden()
85 void SetAutomation( sal_Bool bSet ) in SetAutomation() argument
86 { aAutomation = bSet; } in SetAutomation()
89 void SetIsCollection( sal_Bool bSet ) in SetIsCollection() argument
90 { aIsCollection = bSet; } in SetIsCollection()
92 void SetReadOnlyDoc( sal_Bool bSet ) in SetReadOnlyDoc() argument
[all …]
/trunk/main/svx/inc/svx/
H A Doptgrid.hxx63 void SetUseGridSnap( sal_Bool bSet ) {bUseGridsnap = bSet;} in SetUseGridSnap() argument
64 void SetSynchronize( sal_Bool bSet ) {bSynchronize = bSet;} in SetSynchronize() argument
65 void SetGridVisible( sal_Bool bSet ) {bGridVisible = bSet;} in SetGridVisible() argument
66 void SetEqualGrid( sal_Bool bSet ) {bEqualGrid = bSet;} in SetEqualGrid() argument
/trunk/main/sc/source/ui/inc/
H A Doutput.hxx205 void SetSolidBackground( sal_Bool bSet ) { bSolidBackground = bSet; } in SetSolidBackground() argument
206 void SetUseStyleColor( sal_Bool bSet ) { bUseStyleColor = bSet; } in SetUseStyleColor() argument
213 void SetMarkClipped( sal_Bool bSet );
214 void SetShowNullValues ( sal_Bool bSet = sal_True );
215 void SetShowFormulas ( sal_Bool bSet = sal_True );
216 void SetShowSpellErrors( sal_Bool bSet = sal_True );
221 void SetSnapPixel( sal_Bool bSet = sal_True );
/trunk/main/svtools/inc/svtools/
H A Dhtmlcfg.hxx67 void SetImportUnknown(sal_Bool bSet);
73 void SetStarBasic(sal_Bool bSet);
76 void SetStarBasicWarning(sal_Bool bSet);
79 void SetSaveGraphicsLocal(sal_Bool bSet);
82 void SetPrintLayoutExtension(sal_Bool bSet);
85 void SetIgnoreFontFamily(sal_Bool bSet);
93 void SetNumbersEnglishUS(sal_Bool bSet);
H A Dsvparser.hxx148 inline void SetDownloadingFile( sal_Bool bSet ) { bDownloadingFile = bSet; } in SetDownloadingFile() argument
156 void SetSrcUCS2BEncoding( sal_Bool bSet ) { bUCS2BSrcEnc = bSet; } in SetSrcUCS2BEncoding() argument
161 void SetSwitchToUCS2( sal_Bool bSet ) { bSwitchToUCS2 = bSet; } in SetSwitchToUCS2() argument
/trunk/main/sw/inc/
H A Dtox.hxx135 void SetAutoGenerated(sal_Bool bSet) {bAutoGenerated = bSet;} in SetAutoGenerated() argument
138 void SetMainEntry(sal_Bool bSet) { bMainEntry = bSet;} in SetMainEntry() argument
575 void SetFromChapter(sal_Bool bSet) { bFromChapter = bSet;} in SetFromChapter() argument
578 void SetFromObjectNames(sal_Bool bSet) {bFromObjectNames = bSet;} in SetFromObjectNames() argument
581 void SetLevelFromChapter(sal_Bool bSet) {bLevelFromChapter = bSet;} in SetLevelFromChapter() argument
584 void SetProtected(sal_Bool bSet) { bProtected = bSet; } in SetProtected() argument
H A Dhtmltbl.hxx321 void SetMustResize( sal_Bool bSet ) { bMustResize = bSet; } in SetMustResize() argument
322 void SetMustNotResize( sal_Bool bSet ) { bMustNotResize = bSet; } in SetMustNotResize() argument
323 void SetMustNotRecalc( sal_Bool bSet ) { bMustNotRecalc = bSet; } in SetMustNotRecalc() argument
367 void SetExportable( sal_Bool bSet ) { bExportable = bSet; } in SetExportable() argument
372 void SetMayBeInFlyFrame( sal_Bool bSet ) { bMayBeInFlyFrame = bSet; } in SetMayBeInFlyFrame() argument
H A Dshellio.hxx266 void SetReadUTF8( sal_Bool bSet ) { bReadUTF8 = bSet; } in SetReadUTF8() argument
269 void SetBlockMode( sal_Bool bSet ) { bBlockMode = bSet; } in SetBlockMode() argument
272 void SetOrganizerMode( sal_Bool bSet ) { bOrganizerMode = bSet; } in SetOrganizerMode() argument
274 void SetIgnoreHTMLComments( sal_Bool bSet ) { bIgnoreHTMLComments = bSet; } in SetIgnoreHTMLComments() argument
538 void SetOrganizerMode( sal_Bool bSet ) { bOrganizerMode = bSet; } in SetOrganizerMode() argument
/trunk/main/sw/source/ui/uiview/
H A Dscroll.cxx99 void SwScrollbar::ExtendedShow( sal_Bool bSet ) in ExtendedShow() argument
101 bVisible = bSet; in ExtendedShow()
102 if( (!bSet || !bAuto) && IsUpdateMode() && bSizeSet) in ExtendedShow()
103 ScrollBar::Show(bSet); in ExtendedShow()
122 void SwScrollbar::SetAuto(sal_Bool bSet) in SetAuto() argument
124 if(bAuto != bSet) in SetAuto()
126 bAuto = bSet; in SetAuto()
H A Dview0.cxx383 sal_Bool bSet = sal_False; in ExecViewOptions() local
392 bSet = ((SfxBoolItem*)pAttr)->GetValue(); in ExecViewOptions()
393 eState = bSet ? STATE_ON : STATE_OFF; in ExecViewOptions()
533 bFlag = bSet = !pOpt->IsOnlineSpell(); in ExecViewOptions()
535 pOpt->SetOnlineSpell(bSet); in ExecViewOptions()
537 uno::Any aVal( &bSet, ::getCppuBooleanType() ); in ExecViewOptions()
548 if (bSet) in ExecViewOptions()
564 bFlag = bSet = !pOpt->IsShadowCursor(); in ExecViewOptions()
566 pOpt->SetShadowCursor(bSet); in ExecViewOptions()
/trunk/main/sfx2/source/dialog/
H A Ditemconnect.cxx126 void CheckBoxWrapper::SetControlDontKnow( bool bSet ) in SetControlDontKnow() argument
128 GetControl().EnableTriState( bSet ); in SetControlDontKnow()
129 GetControl().SetState( bSet ? STATE_DONTKNOW : STATE_NOCHECK ); in SetControlDontKnow()
155 void EditWrapper::SetControlDontKnow( bool bSet ) in SetControlDontKnow() argument
157 if( bSet ) in SetControlDontKnow()
185 void ColorListBoxWrapper::SetControlDontKnow( bool bSet ) in SetControlDontKnow() argument
187 if( bSet ) GetControl().SetNoSelection(); in SetControlDontKnow()
241 void MultiControlWrapperHelper::SetControlDontKnow( bool bSet ) in SetControlDontKnow() argument
244 (*aIt)->SetControlDontKnow( bSet ); in SetControlDontKnow()
/trunk/main/sc/source/core/data/
H A Ddpsave.cxx133 void ScDPSaveMember::SetIsVisible(sal_Bool bSet) in SetIsVisible() argument
135 nVisibleMode = bSet; in SetIsVisible()
145 nShowDetailsMode = bSet; in SetShowDetails()
417 nShowEmptyMode = bSet; in SetShowEmpty()
1031 nColumnGrandMode = bSet; in SetColumnGrand()
1034 void ScDPSaveData::SetRowGrand(sal_Bool bSet) in SetRowGrand() argument
1036 nRowGrandMode = bSet; in SetRowGrand()
1041 nIgnoreEmptyMode = bSet; in SetIgnoreEmptyRows()
1046 nRepeatEmptyMode = bSet; in SetRepeatIfEmpty()
1051 bFilterButton = bSet; in SetFilterButton()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx174 …void SetReduceTransparency( sal_Bool bSet ) { mbReduceTransparency = bSet; } in SetReduceTransparency() argument
180 void SetReduceGradients( sal_Bool bSet ) { mbReduceGradients = bSet; } in SetReduceGradients() argument
189 void SetReduceBitmaps( sal_Bool bSet ) { mbReduceBitmaps = bSet; } in SetReduceBitmaps() argument
198 … SetReducedBitmapIncludesTransparency( sal_Bool bSet ) { mbReducedBitmapsIncludeTransparency = in SetReducedBitmapIncludesTransparency() argument
201 …id SetConvertToGreyscales( sal_Bool bSet ) { mbConvertToGreyscales = bSet; } in SetConvertToGreyscales() argument
367 void Compat_OldPrinterMetrics( bool bSet );
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx316 void SetSpansSection( sal_Bool bSet ) { bSpansSection = bSet; } in SetSpansSection() argument
319 void SetPopStack( sal_Bool bSet ) { bPopStack = bSet; } in SetPopStack() argument
328 void SetFinishPREListingXMP( sal_Bool bSet ) { bFinishPREListingXMP = bSet; } in SetFinishPREListingXMP() argument
331 void SetRestartPRE( sal_Bool bSet ) { bRestartPRE = bSet; } in SetRestartPRE() argument
334 void SetRestartXMP( sal_Bool bSet ) { bRestartXMP = bSet; } in SetRestartXMP() argument
337 void SetRestartListing( sal_Bool bSet ) { bRestartListing = bSet; } in SetRestartListing() argument
H A Dsvxcss1.cxx2052 bSet = sal_True; in ParseCSS1_text_indent()
2060 bSet = sal_True; in ParseCSS1_text_indent()
2070 if( bSet ) in ParseCSS1_text_indent()
2106 bSet = sal_True; in ParseCSS1_margin_left()
2114 bSet = sal_True; in ParseCSS1_margin_left()
2124 if( bSet ) in ParseCSS1_margin_left()
2181 if( bSet ) in ParseCSS1_margin_right()
2244 if( bSet ) in ParseCSS1_margin_top()
2304 if( bSet ) in ParseCSS1_margin_bottom()
2512 if( bSet ) in ParseCSS1_padding_xxx()
[all …]
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx545 …eGridSnap( sal_Bool bSet ) { if( bSet != SvxOptionsGrid::GetUseGridSnap() ) { OptionsChanged(); Sv… in SetUseGridSnap() argument
546 …nchronize( sal_Bool bSet ) { if( bSet != SvxOptionsGrid::GetSynchronize() ) { OptionsChanged(); Sv… in SetSynchronize() argument
547 …idVisible( sal_Bool bSet ) { if( bSet != SvxOptionsGrid::GetGridVisible() ) { OptionsChanged(); Sv… in SetGridVisible() argument
548 …etEqualGrid( sal_Bool bSet ) { if( bSet != SvxOptionsGrid::GetEqualGrid() ) { OptionsChanged(); Sv… in SetEqualGrid() argument
/trunk/main/sw/source/core/unocore/
H A Dunosrch.cxx626 sal_Bool bSet = sal_False; in getPropertyValue() local
632 case WID_SEARCH_ALL : bSet = bAll; goto SET_BOOL; in getPropertyValue()
633 case WID_WORDS: bSet = bWord; goto SET_BOOL; in getPropertyValue()
634 case WID_BACKWARDS : bSet = bBack; goto SET_BOOL; in getPropertyValue()
635 case WID_REGULAR_EXPRESSION : bSet = bExpr; goto SET_BOOL; in getPropertyValue()
636 case WID_CASE_SENSITIVE : bSet = bCase; goto SET_BOOL; in getPropertyValue()
638 case WID_STYLES : bSet = bStyles; goto SET_BOOL; in getPropertyValue()
639 case WID_SIMILARITY : bSet = bSimilarity; goto SET_BOOL; in getPropertyValue()
640 case WID_SIMILARITY_RELAX: bSet = bLevRelax; in getPropertyValue()
642 aRet.setValue(&bSet, ::getBooleanCppuType()); in getPropertyValue()
/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx183 void GetOrSetDateTimeLanguage( LanguageType &rLanguage, bool bSet );
184 void GetOrSetDateTimeLanguage( LanguageType &rLanguage, bool bSet, SdPage* pPage );
716 void HeaderFooterTabPage::GetOrSetDateTimeLanguage( LanguageType &rLanguage, bool bSet ) in GetOrSetDateTimeLanguage() argument
721 if( bSet ) in GetOrSetDateTimeLanguage()
727 GetOrSetDateTimeLanguage( rLanguage, bSet, mpDoc->GetMasterSdPage( nPage, PK_NOTES ) ); in GetOrSetDateTimeLanguage()
733 GetOrSetDateTimeLanguage( rLanguage, bSet, mpDoc->GetMasterSdPage( 0, PK_NOTES ) ); in GetOrSetDateTimeLanguage()
739 sal_uInt16 nPageCount = bSet ? mpDoc->GetMasterSdPageCount( PK_NOTES ) : 1; in GetOrSetDateTimeLanguage()
743 GetOrSetDateTimeLanguage( rLanguage, bSet, mpDoc->GetMasterSdPage( nPage, PK_STANDARD ) ); in GetOrSetDateTimeLanguage()
750 void HeaderFooterTabPage::GetOrSetDateTimeLanguage( LanguageType &rLanguage, bool bSet, SdPage* pPa… in GetOrSetDateTimeLanguage() argument
795 if( bSet ) in GetOrSetDateTimeLanguage()
[all …]
/trunk/main/sc/source/ui/view/
H A Dtabvwsh3.cxx581 sal_Bool bSet = !GetViewData()->IsSyntaxMode(); in Execute() local
584 bSet = ((const SfxBoolItem*)pItem)->GetValue(); in Execute()
585 GetViewData()->SetSyntaxMode( bSet ); in Execute()
588 rReq.AppendItem( SfxBoolItem( nSlot, bSet ) ); in Execute()
594 sal_Bool bSet = !GetViewData()->IsHeaderMode(); in Execute() local
597 bSet = ((const SfxBoolItem*)pItem)->GetValue(); in Execute()
598 GetViewData()->SetHeaderMode( bSet ); in Execute()
601 rReq.AppendItem( SfxBoolItem( nSlot, bSet ) ); in Execute()
631 sal_Bool bSet = ( pWnd == NULL ); in Execute() local
634 bSet = ((const SfxBoolItem*)pItem)->GetValue(); in Execute()
[all …]

Completed in 174 milliseconds

12345678910>>...15