Home
last modified time | relevance | path

Searched refs:aOpt (Results 1 – 25 of 71) sorted by relevance

123

/AOO41X/main/cui/source/options/
H A Doptjsearch.cxx175 SvtSearchOptions aOpt; in Reset() local
178 aMatchCase .Check(!aOpt.IsMatchCase() ); //! treat as equal uppercase/lowercase in Reset()
179 aMatchFullHalfWidth .Check( aOpt.IsMatchFullHalfWidthForms() ); in Reset()
180 aMatchHiraganaKatakana .Check( aOpt.IsMatchHiraganaKatakana() ); in Reset()
181 aMatchContractions .Check( aOpt.IsMatchContractions() ); in Reset()
182 aMatchMinusDashChoon .Check( aOpt.IsMatchMinusDashChoon() ); in Reset()
183 aMatchRepeatCharMarks .Check( aOpt.IsMatchRepeatCharMarks() ); in Reset()
184 aMatchVariantFormKanji .Check( aOpt.IsMatchVariantFormKanji() ); in Reset()
185 aMatchOldKanaForms .Check( aOpt.IsMatchOldKanaForms() ); in Reset()
186 aMatchDiziDuzu .Check( aOpt.IsMatchDiziDuzu() ); in Reset()
[all …]
/AOO41X/main/svl/source/items/
H A Dsrchitem.cxx131 SvtSearchOptions aOpt; in SvxSearchItem() local
133 bBackward = aOpt.IsBackwards(); in SvxSearchItem()
134 bAsianOptions = aOpt.IsUseAsianOptions(); in SvxSearchItem()
135 bNotes = aOpt.IsNotes(); in SvxSearchItem()
137 if (aOpt.IsUseRegularExpression()) in SvxSearchItem()
139 if (aOpt.IsSimilaritySearch()) in SvxSearchItem()
141 if (aOpt.IsWholeWordsOnly()) in SvxSearchItem()
146 if (!aOpt.IsMatchCase()) in SvxSearchItem()
148 if ( aOpt.IsMatchFullHalfWidthForms()) in SvxSearchItem()
152 if ( aOpt.IsMatchHiraganaKatakana()) in SvxSearchItem()
[all …]
/AOO41X/main/sw/source/ui/dialog/
H A Dascfldlg.cxx89 SwAsciiOptions aOpt; in SwAsciiFilterDlg() local
101 aOpt.ReadUserData( GetExtraData().Copy( nStt, nEnd - nStt )); in SwAsciiFilterDlg()
144 aOpt.SetParaFlags( LINEEND_CRLF ); in SwAsciiFilterDlg()
150 aOpt.SetParaFlags( LINEEND_CR ); in SwAsciiFilterDlg()
157 aOpt.SetParaFlags( LINEEND_LF ); in SwAsciiFilterDlg()
196 if( !aOpt.GetFontName().Len() ) in SwAsciiFilterDlg()
206 aOpt.SetFontName( ((SvxFontItem&)pDoc->GetDefault( in SwAsciiFilterDlg()
216 aOpt.SetFontName(SW_MOD()->GetStdFontConfig()->GetFontFor(nFontType)); in SwAsciiFilterDlg()
219 aFontLB.SelectEntry( aOpt.GetFontName() ); in SwAsciiFilterDlg()
227 if( !aOpt.GetLanguage() ) in SwAsciiFilterDlg()
[all …]
/AOO41X/main/sw/source/ui/uiview/
H A Dpview.cxx1250 SwViewOption aOpt( *pPrefs ); in Init() local
1251 aOpt.SetPagePreview(sal_True); in Init()
1252 aOpt.SetTab( sal_False ); in Init()
1253 aOpt.SetBlank( sal_False ); in Init()
1254 aOpt.SetHardBlank( sal_False ); in Init()
1255 aOpt.SetParagraph( sal_False ); in Init()
1256 aOpt.SetLineBreak( sal_False ); in Init()
1257 aOpt.SetPageBreak( sal_False ); in Init()
1258 aOpt.SetColumnBreak( sal_False ); in Init()
1259 aOpt.SetSoftHyph( sal_False ); in Init()
[all …]
H A Dviewmdi.cxx175 SwViewOption aOpt( *pOpt ); in _SetZoom() local
193 aOpt.SetZoom ( sal_uInt16(nFac) ); in _SetZoom()
194 aOpt.SetReadonly(pOpt->IsReadonly()); in _SetZoom()
195 pWrtShell->ApplyViewOptions( aOpt ); in _SetZoom()
224 aOpt.SetZoom ( sal_uInt16(nFac) ); in _SetZoom()
225 pWrtShell->ApplyViewOptions( aOpt ); in _SetZoom()
283 SwViewOption aOpt( *pOpt ); in SetViewLayout() local
284 aOpt.SetViewLayoutColumns( nColumns ); in SetViewLayout()
285 aOpt.SetViewLayoutBookMode( bBookMode ); in SetViewLayout()
286 pWrtShell->ApplyViewOptions( aOpt ); in SetViewLayout()
/AOO41X/main/unodevtools/source/unodevtools/
H A Doptions.cxx54 OUString aOpt = OUString::createFromAscii( pOpt ); in readOption() local
56 if (aArg.getLength() < aOpt.getLength()) in readOption()
59 if (aOpt.equalsIgnoreAsciiCase( aArg.copy(1) )) { in readOption()
83 } else if (aArg.indexOf(aOpt) == 1) { in readOption()
84 *pValue = aArg.copy(1 + aOpt.getLength()); in readOption()
105 OUString aOpt = OUString::createFromAscii(pOpt); in readOption() local
107 if((aArg.indexOf(dash) == 0 && aOpt.equalsIgnoreAsciiCase(aArg.copy(1))) || in readOption()
108 (aArg.indexOf(dashdash) == 0 && aOpt.equalsIgnoreAsciiCase(aArg.copy(2))) ) in readOption()
/AOO41X/main/sw/source/ui/frmdlg/
H A Dcption.cxx292 InsCaptionOpt aOpt; in Apply() local
293 aOpt.UseCaption() = sal_True; in Apply()
296 aOpt.SetCategory( aEmptyStr ); in Apply()
301 aOpt.SetCategory( aName ); in Apply()
303aOpt.SetNumType( (sal_uInt16)(sal_uIntPtr)aFormatBox.GetEntryData( aFormatBox.GetSelectEntryPos() … in Apply()
304 aOpt.SetSeparator( aSepEdit.IsEnabled() ? aSepEdit.GetText() : String() ); in Apply()
305 aOpt.SetNumSeparator( aNumberingSeparatorED.GetText() ); in Apply()
306 aOpt.SetCaption( aTextEdit.GetText() ); in Apply()
307 aOpt.SetPos( aPosBox.GetSelectEntryPos() ); in Apply()
308 aOpt.IgnoreSeqOpts() = sal_True; in Apply()
[all …]
/AOO41X/main/sc/source/filter/excel/
H A Dexcimp8.cxx126 ScDocOptions aOpt = pD->GetDocOptions(); in Calccount() local
127 aOpt.SetIterCount( aIn.ReaduInt16() ); in Calccount()
128 pD->SetDocOptions( aOpt ); in Calccount()
134 ScDocOptions aOpt = pD->GetDocOptions(); in Precision() local
135 aOpt.SetCalcAsShown( aIn.ReaduInt16() == 0 ); in Precision()
136 pD->SetDocOptions( aOpt ); in Precision()
142 ScDocOptions aOpt = pD->GetDocOptions(); in Delta() local
143 aOpt.SetIterEps( aIn.ReadDouble() ); in Delta()
144 pD->SetDocOptions( aOpt ); in Delta()
150 ScDocOptions aOpt = pD->GetDocOptions(); in Iteration() local
[all …]
H A Dimpop.cxx149 ScDocOptions aOpt = pD->GetDocOptions(); in ImportExcel() local
150 aOpt.SetDate( 30, 12, 1899 ); in ImportExcel()
151 pD->SetDocOptions( aOpt ); in ImportExcel()
562 ScDocOptions aOpt = pD->GetDocOptions(); in Rec1904() local
563 aOpt.SetDate( 1, 1, 1904 ); in Rec1904()
564 pD->SetDocOptions( aOpt ); in Rec1904()
/AOO41X/main/sc/source/filter/html/
H A Dhtmlexp2.cxx136 ByteString aOpt; in WriteGraphEntry() local
137 (((aOpt += ' ') += OOO_STRING_SVTOOLS_HTML_O_width) += '=') += in WriteGraphEntry()
139 (((aOpt += ' ') += OOO_STRING_SVTOOLS_HTML_O_height) += '=') += in WriteGraphEntry()
143 (((aOpt += ' ') += OOO_STRING_SVTOOLS_HTML_O_hspace) += '=') += in WriteGraphEntry()
145 (((aOpt += ' ') += OOO_STRING_SVTOOLS_HTML_O_vspace) += '=') += in WriteGraphEntry()
166 WriteImage( aLinkName, pSGO->GetGraphic(), aOpt, nXOutFlags ); in WriteGraphEntry()
176 WriteImage( aLinkName, *pGraphic, aOpt ); in WriteGraphEntry()
186 WriteImage( aLinkName, aGraph, aOpt ); in WriteGraphEntry()
/AOO41X/main/sw/source/filter/xml/
H A Dswxml.cxx739 if( aOpt.IsFmtsOnly() ) in Read()
742 (aOpt.IsFrmFmts() ? 1 : 0) + in Read()
743 (aOpt.IsPageDescs() ? 1 : 0) + in Read()
744 (aOpt.IsTxtFmts() ? 2 : 0) + in Read()
745 (aOpt.IsNumRules() ? 1 : 0); in Read()
749 if( aOpt.IsFrmFmts() ) in Read()
752 if( aOpt.IsPageDescs() ) in Read()
755 if( aOpt.IsTxtFmts() ) in Read()
761 if( aOpt.IsNumRules() ) in Read()
772 sal_Bool bTmp = !aOpt.IsMerge(); in Read()
[all …]
/AOO41X/main/desktop/source/app/
H A Dapp.cxx3176 SvtModuleOptions aOpt; in OpenClients() local
3179 if ( pArgs->IsWriter() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in OpenClients()
3180 aRequest.aModule = aOpt.GetFactoryName( SvtModuleOptions::E_WRITER ); in OpenClients()
3181 else if ( pArgs->IsCalc() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in OpenClients()
3182 aRequest.aModule = aOpt.GetFactoryName( SvtModuleOptions::E_CALC ); in OpenClients()
3183 … else if ( pArgs->IsImpress() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in OpenClients()
3184 aRequest.aModule= aOpt.GetFactoryName( SvtModuleOptions::E_IMPRESS ); in OpenClients()
3185 else if ( pArgs->IsDraw() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in OpenClients()
3186 aRequest.aModule= aOpt.GetFactoryName( SvtModuleOptions::E_DRAW ); in OpenClients()
3234 SvtModuleOptions aOpt; in OpenDefault() local
[all …]
H A Dofficeipcthread.cxx797 SvtModuleOptions aOpt; in run() local
817 pRequest->aModule = aOpt.GetFactoryName( eFactory ); in run()
819 … AddURLToStringList( aOpt.GetFactoryEmptyDocumentURL( eFactory ), pRequest->aOpenList ); in run()
875 SvtModuleOptions aOpt; in run() local
878 … if ( aCmdLineArgs->IsWriter() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in run()
879 pRequest->aModule = aOpt.GetFactoryName( SvtModuleOptions::E_WRITER ); in run()
880 … else if ( aCmdLineArgs->IsCalc() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in run()
881 pRequest->aModule = aOpt.GetFactoryName( SvtModuleOptions::E_CALC ); in run()
882 … else if ( aCmdLineArgs->IsImpress() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in run()
883 pRequest->aModule= aOpt.GetFactoryName( SvtModuleOptions::E_IMPRESS ); in run()
[all …]
/AOO41X/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx859 SwgReaderOption aOpt; in IMPL_LINK() local
860 aOpt.SetTxtFmts( sal_True ); in IMPL_LINK()
861 aOpt.SetFrmFmts( sal_True ); in IMPL_LINK()
862 aOpt.SetPageDescs( sal_True ); in IMPL_LINK()
863 aOpt.SetNumRules( sal_True ); in IMPL_LINK()
864 aOpt.SetMerge( sal_False ); in IMPL_LINK()
866 sTargetTempURL, aOpt, sal_True ); in IMPL_LINK()
1233 SwAsciiOptions aOpt; in IMPL_LINK() local
1236 aOpt.SetLanguage( ((SvxLanguageItem&)pTargetView->GetWrtShell(). in IMPL_LINK()
1238 aOpt.SetParaFlags( LINEEND_CR ); in IMPL_LINK()
[all …]
/AOO41X/main/vcl/source/gdi/
H A Dprint3.cxx776 PrinterOptions aOpt; in resetPrinterOptions() local
777 aOpt.ReadFromConfig( i_bFileOutput ); in resetPrinterOptions()
778 mpImplData->mpPrinter->SetPrinterOptions( aOpt ); in resetPrinterOptions()
1932 UIControlOptions aOpt( i_rControlOptions ); in getChoiceControlOpt() local
1933 sal_Int32 nUsed = aOpt.maAddProps.getLength(); in getChoiceControlOpt()
1934 aOpt.maAddProps.realloc( nUsed + 1 + (i_rDisabledChoices.getLength() ? 1 : 0) ); in getChoiceControlOpt()
1935 aOpt.maAddProps[nUsed].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Choices" ) ); in getChoiceControlOpt()
1936 aOpt.maAddProps[nUsed].Value = makeAny( i_rChoices ); in getChoiceControlOpt()
1939aOpt.maAddProps[nUsed+1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ChoicesDisabled" ) ); in getChoiceControlOpt()
1940 aOpt.maAddProps[nUsed+1].Value = makeAny( i_rDisabledChoices ); in getChoiceControlOpt()
[all …]
/AOO41X/main/cpputools/source/unoexe/
H A Dunoexe.cxx161 OUString aOpt = OUString::createFromAscii( pOpt ); in readOption() local
163 if (aArg.getLength() < aOpt.getLength()) in readOption()
166 if (aOpt.equalsIgnoreAsciiCase( aArg.copy(1) )) in readOption()
193 else if (aArg.indexOf(aOpt) == 1) in readOption()
195 *pValue = aArg.copy(1 + aOpt.getLength()); in readOption()
200 OString tmp = OUStringToOString(aArg.copy(aOpt.getLength()), RTL_TEXTENCODING_ASCII_US); in readOption()
214 OUString aOpt = OUString::createFromAscii(pOpt); in readOption() local
216 if(aArg.indexOf(dashdash) == 0 && aOpt.equals(aArg.copy(2))) in readOption()
/AOO41X/main/sc/source/core/data/
H A Dpoolhelp.cxx101 aOpt.GetDate( d,m,y ); in UseDocOptions()
103 pFormTable->ChangeStandardPrec( (sal_uInt16)aOpt.GetStdPrecision() ); in UseDocOptions()
104 pFormTable->SetYear2000( aOpt.GetYear2000() ); in UseDocOptions()
110 aOpt = rOpt; in SetFormTableOpt()
/AOO41X/main/sc/source/ui/optdlg/
H A Dtpprint.cxx125 ScPrintOptions aOpt; in FillItemSet() local
126 aOpt.SetSkipEmpty( aSkipEmptyPagesCB.IsChecked() ); in FillItemSet()
127 aOpt.SetAllSheets( !aSelectedSheetsCB.IsChecked() ); in FillItemSet()
128 rCoreAttrs.Put( ScTpPrintItem( SID_SCPRINTOPTIONS, aOpt ) ); in FillItemSet()
/AOO41X/main/sw/source/ui/app/
H A Dswdll.cxx73 SvtModuleOptions aOpt; in Init() local
76 if ( aOpt.IsWriter() ) in Init()
89 if ( aOpt.IsWriter() ) in Init()
H A Ddocsh.cxx219 SwAsciiOptions aOpt; in StartConvertFrom() local
224 aOpt.ReadUserData( ((const SfxStringItem*)pItem)->GetValue() ); in StartConvertFrom()
227 pRead->GetReaderOpt().SetASCIIOpts( aOpt ); in StartConvertFrom()
733 SwAsciiOptions aOpt; in ConvertTo() local
744 aOpt.ReadUserData( sItemOpt ); in ConvertTo()
746 xWriter->SetAsciiOptions( aOpt ); in ConvertTo()
/AOO41X/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx358 SvtLinguOptions aOpt; in CreateEditEngine() local
359 SvtLinguConfig().GetOptions( aOpt ); in CreateEditEngine()
378 …aTable[0].nLang = MsLangId::resolveSystemLanguageByScriptType(aOpt.nDefaultLanguage, ::com::sun::s… in CreateEditEngine()
379 …aTable[1].nLang = MsLangId::resolveSystemLanguageByScriptType(aOpt.nDefaultLanguage_CJK, ::com::su… in CreateEditEngine()
380 …aTable[2].nLang = MsLangId::resolveSystemLanguageByScriptType(aOpt.nDefaultLanguage_CTL, ::com::su… in CreateEditEngine()
/AOO41X/main/sd/source/ui/notes/
H A DEditWindow.cxx152 SvtLinguOptions aOpt; in CreateEditEngine() local
153 SvtLinguConfig().GetOptions( aOpt ); in CreateEditEngine()
172 …aTable[0].nLang = MsLangId::resolveSystemLanguageByScriptType(aOpt.nDefaultLanguage, ::com::sun::s… in CreateEditEngine()
173 …aTable[1].nLang = MsLangId::resolveSystemLanguageByScriptType(aOpt.nDefaultLanguage_CJK, ::com::su… in CreateEditEngine()
174 …aTable[2].nLang = MsLangId::resolveSystemLanguageByScriptType(aOpt.nDefaultLanguage_CTL, ::com::su… in CreateEditEngine()
/AOO41X/main/sw/source/core/view/
H A Dviewsh.cxx2213 SwViewOption aOpt( *pSh->GetViewOptions() ); in ApplyViewOptions() local
2214 aOpt.SetFldName( rOpt.IsFldName() ); in ApplyViewOptions()
2215 aOpt.SetShowHiddenField( rOpt.IsShowHiddenField() ); in ApplyViewOptions()
2216 aOpt.SetShowHiddenPara( rOpt.IsShowHiddenPara() ); in ApplyViewOptions()
2217 aOpt.SetShowHiddenChar( rOpt.IsShowHiddenChar() ); in ApplyViewOptions()
2218 aOpt.SetViewLayoutBookMode( rOpt.IsViewLayoutBookMode() ); in ApplyViewOptions()
2219 aOpt.SetViewLayoutColumns( rOpt.GetViewLayoutColumns() ); in ApplyViewOptions()
2220 aOpt.SetPostIts(rOpt.IsPostIts()); in ApplyViewOptions()
2221 if ( !(aOpt == *pSh->GetViewOptions()) ) in ApplyViewOptions()
2222 pSh->ImplApplyViewOptions( aOpt ); in ApplyViewOptions()
/AOO41X/main/sw/source/ui/config/
H A Doptpage.cxx1530 SwShadowCursorItem aOpt; in SwShdwCrsrOptionsTabPage() local
1532 aOpt = *(SwShadowCursorItem*)pItem; in SwShdwCrsrOptionsTabPage()
1533 aOnOffCB.Check( aOpt.IsOn() ); in SwShdwCrsrOptionsTabPage()
1535 sal_uInt8 eMode = aOpt.GetMode(); in SwShdwCrsrOptionsTabPage()
1588 SwShadowCursorItem aOpt; in FillItemSet() local
1589 aOpt.SetOn( aOnOffCB.IsChecked() ); in FillItemSet()
1600 aOpt.SetMode( eMode ); in FillItemSet()
1605 || ((SwShadowCursorItem&)*pItem) != aOpt ) in FillItemSet()
1607 rSet.Put( aOpt ); in FillItemSet()
1653 SwShadowCursorItem aOpt; in Reset() local
[all …]
/AOO41X/main/unotools/source/config/
H A Dlingucfg.cxx159 SvtLinguOptions aOpt; member in SvtLinguConfigItem
364 const SvtLinguOptions &rOpt = const_cast< SvtLinguConfigItem * >(this)->aOpt; in GetProperty()
463 SvtLinguOptions &rOpt = aOpt; in SetProperty()
579 rOptions = aOpt; in GetOptions()
588 aOpt = rOptions; in SetOptions()
609 SvtLinguOptions &rOpt = aOpt; in LoadOptions()
733 const SvtLinguOptions &rOpt = aOpt; in SaveOptions()
800 const SvtLinguOptions &rOpt = const_cast< SvtLinguConfigItem * >(this)->aOpt; in IsReadOnly()

123