Home
last modified time | relevance | path

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

123

/trunk/main/cui/source/options/
H A Doptjsearch.cxx175 SvtSearchOptions aOpt; in Reset() local
236 SvtSearchOptions aOpt; in FillItemSet() local
243 aOpt.SetMatchCase(!bNewVal ); in FillItemSet()
264 aOpt.SetMatchContractions( bNewVal ); in FillItemSet()
299 aOpt.SetMatchDiziDuzu( bNewVal ); in FillItemSet()
306 aOpt.SetMatchBavaHafa( bNewVal ); in FillItemSet()
327 aOpt.SetMatchSesheZeje( bNewVal ); in FillItemSet()
334 aOpt.SetMatchIaiya( bNewVal ); in FillItemSet()
341 aOpt.SetMatchKiku( bNewVal ); in FillItemSet()
355 aOpt.SetIgnoreWhitespace( bNewVal ); in FillItemSet()
[all …]
/trunk/main/svl/source/items/
H A Dsrchitem.cxx131 SvtSearchOptions aOpt; in SvxSearchItem() local
133 bBackward = aOpt.IsBackwards(); 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()
164 if ( aOpt.IsMatchDiziDuzu()) in SvxSearchItem()
166 if ( aOpt.IsMatchBavaHafa()) in SvxSearchItem()
174 if ( aOpt.IsMatchIaiya()) in SvxSearchItem()
[all …]
/trunk/main/sw/source/ui/dialog/
H A Dascfldlg.cxx89 SwAsciiOptions aOpt; in SwAsciiFilterDlg() local
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()
219 aFontLB.SelectEntry( aOpt.GetFontName() ); in SwAsciiFilterDlg()
227 if( !aOpt.GetLanguage() ) in SwAsciiFilterDlg()
232 aOpt.SetLanguage( ((SvxLanguageItem&)pDoc-> in SwAsciiFilterDlg()
255 aLanguageLB.SelectLanguage( aOpt.GetLanguage() ); in SwAsciiFilterDlg()
290 aCharSetLB.SelectTextEncoding( aOpt.GetCharSet() ); in SwAsciiFilterDlg()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1250 SwViewOption aOpt( *pPrefs ); in Init() local
1252 aOpt.SetTab( sal_False ); in Init()
1253 aOpt.SetBlank( sal_False ); in Init()
1254 aOpt.SetHardBlank( sal_False ); in Init()
1259 aOpt.SetSoftHyph( sal_False ); in Init()
1260 aOpt.SetFldName( sal_False ); in Init()
1261 aOpt.SetPostIts( sal_False ); in Init()
1267 aOpt.SetGraphic( sal_True ); in Init()
1268 aOpt.SetTable( sal_True ); in Init()
1269 aOpt.SetSnap( 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()
/trunk/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()
/trunk/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()
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()
309 aOpt.CopyAttributes() = bCopyAttributes; in Apply()
310 aOpt.SetCharacterStyle( sCharacterStyle ); in Apply()
[all …]
/trunk/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
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
151 aOpt.SetIter( aIn.ReaduInt16() == 1 ); in Iteration()
[all …]
/trunk/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()
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx723 if( aOpt.IsFmtsOnly() ) in Read()
726 (aOpt.IsFrmFmts() ? 1 : 0) + in Read()
727 (aOpt.IsPageDescs() ? 1 : 0) + in Read()
728 (aOpt.IsTxtFmts() ? 2 : 0) + in Read()
729 (aOpt.IsNumRules() ? 1 : 0); in Read()
733 if( aOpt.IsFrmFmts() ) in Read()
736 if( aOpt.IsPageDescs() ) in Read()
739 if( aOpt.IsTxtFmts() ) in Read()
745 if( aOpt.IsNumRules() ) in Read()
937 aOpt.IsFmtsOnly() ) ) in Read()
[all …]
/trunk/main/desktop/source/app/
H A Dapp.cxx3188 SvtModuleOptions aOpt; in OpenClients() local
3246 SvtModuleOptions aOpt; in OpenDefault() local
3256 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_CALC ); in OpenDefault()
3262 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_DRAW ); in OpenDefault()
3264 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_MATH ); in OpenDefault()
3274 if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in OpenDefault()
3276 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in OpenDefault()
3277 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_CALC ); in OpenDefault()
3278 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in OpenDefault()
3280 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in OpenDefault()
[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()
883 pRequest->aModule= aOpt.GetFactoryName( SvtModuleOptions::E_IMPRESS ); in run()
884 … else if ( aCmdLineArgs->IsDraw() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in run()
[all …]
/trunk/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()
864 aOpt.SetMerge( sal_False ); in IMPL_LINK()
1233 SwAsciiOptions aOpt; in IMPL_LINK() local
1278 SwgReaderOption aOpt; in IMPL_LINK() local
1279 aOpt.SetTxtFmts( sal_True ); in IMPL_LINK()
1280 aOpt.SetFrmFmts( sal_True ); in IMPL_LINK()
1281 aOpt.SetPageDescs( sal_True ); in IMPL_LINK()
1282 aOpt.SetNumRules( sal_True ); in IMPL_LINK()
[all …]
/trunk/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()
1936 aOpt.maAddProps[nUsed].Value = makeAny( i_rChoices ); in getChoiceControlOpt()
1958 UIControlOptions aOpt( i_rControlOptions ); in getRangeControlOpt() local
1961 sal_Int32 nUsed = aOpt.maAddProps.getLength(); in getRangeControlOpt()
1962 aOpt.maAddProps.realloc( nUsed + 2 ); in getRangeControlOpt()
1964 aOpt.maAddProps[nUsed++].Value = makeAny( i_nMinValue ); in getRangeControlOpt()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/sc/source/ui/optdlg/
H A Dtpprint.cxx124 ScPrintOptions aOpt; in FillItemSet() local
125 aOpt.SetSkipEmpty( aSkipEmptyPagesCB.IsChecked() ); in FillItemSet()
126 aOpt.SetAllSheets( !aSelectedSheetsCB.IsChecked() ); in FillItemSet()
127 rCoreAttrs.Put( ScTpPrintItem( SID_SCPRINTOPTIONS, aOpt ) ); in FillItemSet()
/trunk/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()
/trunk/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()
H A Ddocsh2.cxx876 SwgReaderOption aOpt; in Execute() local
877 aOpt.SetTxtFmts( bText = (0 != (nFlags&SFX_LOAD_TEXT_STYLES) )); in Execute()
878 aOpt.SetFrmFmts( bFrame = (0 != (nFlags&SFX_LOAD_FRAME_STYLES))); in Execute()
879 aOpt.SetPageDescs( bPage = (0 != (nFlags&SFX_LOAD_PAGE_STYLES ))); in Execute()
880 aOpt.SetNumRules( bNum = (0 != (nFlags&SFX_LOAD_NUM_STYLES ))); in Execute()
883 aOpt.SetMerge( !bMerge ); in Execute()
885 …SetError( LoadStylesFromFile( aFileName, aOpt, sal_False ), ::rtl::OUString( RTL_CONSTASCII_USTRIN… in Execute()
/trunk/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()
/trunk/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()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx1527 SwShadowCursorItem aOpt; in SwShdwCrsrOptionsTabPage() local
1529 aOpt = *(SwShadowCursorItem*)pItem; in SwShdwCrsrOptionsTabPage()
1530 aOnOffCB.Check( aOpt.IsOn() ); in SwShdwCrsrOptionsTabPage()
1532 sal_uInt8 eMode = aOpt.GetMode(); in SwShdwCrsrOptionsTabPage()
1585 SwShadowCursorItem aOpt; in FillItemSet() local
1586 aOpt.SetOn( aOnOffCB.IsChecked() ); in FillItemSet()
1597 aOpt.SetMode( eMode ); in FillItemSet()
1604 rSet.Put( aOpt ); in FillItemSet()
1650 SwShadowCursorItem aOpt; in Reset() local
1655 aOnOffCB.Check( aOpt.IsOn() ); in Reset()
[all …]
/trunk/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()

Completed in 150 milliseconds

123