Home
last modified time | relevance | path

Searched refs:aOptions (Results 1 – 25 of 68) sorted by relevance

123

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java337 FilterOptions aOptions = null ; in filter() local
342 aOptions = new FilterOptions(m_xMCF, m_Ctx, m_bImport, lDescriptor); in filter()
349 if (aOptions.isValid()==false) in filter()
355 bState = implts_import( xText, aOptions ); in filter()
357 bState = implts_export( xText, aOptions ); in filter()
413 FilterOptions aOptions ) in implts_import() argument
429 int nRead = aOptions.m_xInput.readBytes( lData, 4096 ); in implts_import()
439 nRead = aOptions.m_xInput.readBytes( lData, 2048 ); in implts_import()
455 String sText = implts_replace( sBuffer, aOptions ); in implts_import()
508 if (aOptions.m_bStreamOwner==true) in implts_import()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Dprntopts.cxx131 SdOptionsPrintItem aOptions( ATTR_OPTIONS_PRINT ); in FillItemSet() local
133 aOptions.GetOptionsPrint().SetDraw( aCbxDraw.IsChecked() ); in FillItemSet()
134 aOptions.GetOptionsPrint().SetNotes( aCbxNotes.IsChecked() ); in FillItemSet()
135 aOptions.GetOptionsPrint().SetHandout( aCbxHandout.IsChecked() ); in FillItemSet()
136 aOptions.GetOptionsPrint().SetOutline( aCbxOutline.IsChecked() ); in FillItemSet()
137 aOptions.GetOptionsPrint().SetDate( aCbxDate.IsChecked() ); in FillItemSet()
138 aOptions.GetOptionsPrint().SetTime( aCbxTime.IsChecked() ); in FillItemSet()
139 aOptions.GetOptionsPrint().SetPagename( aCbxPagename.IsChecked() ); in FillItemSet()
140 aOptions.GetOptionsPrint().SetHiddenPages( aCbxHiddenPages.IsChecked() ); in FillItemSet()
141 aOptions.GetOptionsPrint().SetPagesize( aRbtPagesize.IsChecked() ); in FillItemSet()
[all …]
/trunk/main/ucb/workben/ucb/
H A Dsrcharg.cxx168 OptionInfo aOptions[OPT_Count]; in parseSearchArgument() local
169 aOptions[OPT_RECURSE].m_bSpecified = false; in parseSearchArgument()
170 aOptions[OPT_RECURSE].m_pValue = 0; in parseSearchArgument()
171 aOptions[OPT_BASE].m_bSpecified = false; in parseSearchArgument()
172 aOptions[OPT_BASE].m_pValue = &rInfo.IncludeBase; in parseSearchArgument()
173 aOptions[OPT_FOLDERVIEW].m_bSpecified = false; in parseSearchArgument()
174 aOptions[OPT_FOLDERVIEW].m_pValue in parseSearchArgument()
176 aOptions[OPT_DOCVIEW].m_bSpecified = false; in parseSearchArgument()
177 aOptions[OPT_DOCVIEW].m_pValue = &rInfo.RespectDocViewRestrictions; in parseSearchArgument()
178 aOptions[OPT_INDIRECT].m_bSpecified = false; in parseSearchArgument()
[all …]
/trunk/main/cpputools/source/registercomponent/
H A Dregistercomponent.cxx749 Options aOptions; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
753 if ( !parseOptions(argc, argv, aOptions, sal_False) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
764 if( ! aOptions.sRegName.getLength() ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
769 if ( aOptions.sComponentUrls.getLength() == 0 ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
779 bootstrap( aOptions, xSMgr ,xReg ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
803 OUString urlListWithSemikolon = aOptions.sComponentUrls; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
811 OString sRegName = OUStringToOString( aOptions.sRegName, osl_getThreadTextEncoding() ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
812 if(aOptions.bRegister || aOptions.bRevoke) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
815 DoIt(aOptions.bRegister, aOptions.bRevoke, aOptions.bSilent, in SAL_IMPLEMENT_MAIN_WITH_ARGS()
816 aOptions.bPrefix, aOptions.sPrefix, in SAL_IMPLEMENT_MAIN_WITH_ARGS()
[all …]
/trunk/main/sw/source/ui/misc/
H A Dsrtdlg.cxx344 SwSortOptions aOptions; in Apply() local
356 aOptions.aKeys.C40_INSERT(SwSortKey, pKey, aOptions.aKeys.Count()); in Apply()
370 aOptions.aKeys.C40_INSERT( SwSortKey, pKey, aOptions.aKeys.Count() ); in Apply()
384 aOptions.aKeys.C40_INSERT( SwSortKey, pKey, aOptions.aKeys.Count() ); in Apply()
387 aOptions.eDirection = bCol ? SRT_COLUMNS : SRT_ROWS; in Apply()
388 aOptions.cDeli = cDeli; in Apply()
389 aOptions.nLanguage = nLang; in Apply()
390 aOptions.bTable = rSh.IsTableMode(); in Apply()
391 aOptions.bIgnoreCase = !bCsSens; in Apply()
397 if( 0 != (bRet = rSh.Sort( aOptions ))) in Apply()
/trunk/main/sc/source/ui/docshell/
H A Darealink.cxx83 aOptions (rOpt), in ScAreaLink()
113 pDlg->InitFromOldLink( aFileName, aFilterName, aOptions, aSourceArea, GetRefreshDelay() ); in Edit()
163 aFileName, aFilterName, aOptions, in Closed()
186 aOptions = rOpt; in SetSource()
198 return aFileName == rFile && aFilterName == rFilter && aOptions == rOpt && in IsEqual()
277 aOptions.Erase(); in Refresh()
281 if ( aOptions.Len() ) in Refresh()
282 pSet->Put( SfxStringItem( SID_FILE_FILTEROPTIONS, aOptions ) ); in Refresh()
296 aNewOpt = aOptions; in Refresh()
447 aFileName, aFilterName, aOptions, in Refresh()
[all …]
H A Dtablink.cxx83 aOptions(rOpt), in ScTableLink()
100 aOptions(rOpt), in ScTableLink()
179 return pImpl->m_pDocSh->GetDocument()->HasLink( aFileName, aFilterName, aOptions ); in IsUsed()
204 aOptions.Erase(); in Refresh()
206 aOptions = *pNewOptions; in Refresh()
210 if ( aOptions.Len() ) in Refresh()
211 pSet->Put( SfxStringItem( SID_FILE_FILTEROPTIONS, aOptions ) ); in Refresh()
226 aNewOpt = aOptions; in Refresh()
268 aOptions, aTabName, GetRefreshDelay() ); in Refresh()
386 aNewOpt != aOptions || pNewOptions || in Refresh()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dfiltuno.cxx173 ScAsciiOptions aOptions; in execute() local
174 pDlg->GetOptions( aOptions ); in execute()
176 aFilterOptions = aOptions.WriteToString(); in execute()
271 ScImportOptions aOptions( cAsciiDel, cStrDel, eEncoding); in execute() local
278 … bAscii, &aOptions, &aTitle, bMultiByte, bDBEnc, in execute()
283 pDlg->GetImportOptions( aOptions ); in execute()
285 aFilterOptions = aOptions.BuildString(); in execute()
287 aFilterOptions = aOptions.aStrFont; in execute()
H A Doptuno.cxx199 aOptions( rOpt ) in ScDocOptionsObj()
215 …sal_Bool bDone = ScDocOptionsHelper::setPropertyValue( aOptions, *GetPropertySet().getPropertyMap(… in setPropertyValue()
227 …uno::Any aRet(ScDocOptionsHelper::getPropertyValue( aOptions, *GetPropertySet().getPropertyMap(), … in getPropertyValue()
/trunk/main/sc/source/ui/app/
H A Dscmod2.cxx56 SvtLinguOptions aOptions; in GetSpellSettings() local
57 aConfig.GetOptions( aOptions ); in GetSpellSettings()
59 …rDefLang = MsLangId::resolveSystemLanguageByScriptType(aOptions.nDefaultLanguage, ::com::sun::star… in GetSpellSettings()
60 …rCjkLang = MsLangId::resolveSystemLanguageByScriptType(aOptions.nDefaultLanguage_CJK, ::com::sun::… in GetSpellSettings()
61 …rCtlLang = MsLangId::resolveSystemLanguageByScriptType(aOptions.nDefaultLanguage_CTL, ::com::sun::… in GetSpellSettings()
62 rAutoSpell = aOptions.bIsSpellAuto; in GetSpellSettings()
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx369 const SvtCompatibilityOptions aOptions; in SwDoc() local
370 mbParaSpaceMax = aOptions.IsAddSpacing(); in SwDoc()
371 mbParaSpaceMaxAtPages = aOptions.IsAddSpacingAtPages(); in SwDoc()
372 mbTabCompat = !aOptions.IsUseOurTabStops(); in SwDoc()
373 mbUseVirtualDevice = !aOptions.IsUsePrtDevice(); in SwDoc()
374 mbAddExternalLeading = !aOptions.IsNoExtLeading(); in SwDoc()
375 mbOldLineSpacing = aOptions.IsUseLineSpacing(); in SwDoc()
376 mbAddParaSpacingToTableCells = aOptions.IsAddTableSpacing(); in SwDoc()
377 mbUseFormerObjectPos = aOptions.IsUseObjectPositioning(); in SwDoc()
378 mbUseFormerTextWrapping = aOptions.IsUseOurTextWrapping(); in SwDoc()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dpfuncache.hxx55 ScPrintOptions aOptions; member in ScPrintSelectionStatus
63 void SetOptions(const ScPrintOptions& rNew) { aOptions = rNew; } in SetOptions()
66 … { return eMode == rOther.eMode && aRanges == rOther.aRanges && aOptions == rOther.aOptions; } in operator ==()
69 const ScPrintOptions& GetOptions() const { return aOptions; } in GetOptions()
/trunk/main/sc/source/ui/optdlg/
H A Dtpprint.cxx87 ScPrintOptions aOptions; in Reset() local
91 aOptions = ((const ScTpPrintItem*)pItem)->GetPrintOptions(); in Reset()
95 aOptions = SC_MOD()->GetPrintOptions(); in Reset()
105 aSelectedSheetsCB.Check( !aOptions.GetAllSheets() ); in Reset()
108 aSkipEmptyPagesCB.Check( aOptions.GetSkipEmpty() ); in Reset()
/trunk/main/sc/source/ui/miscdlgs/
H A Dprotectiondlg.cxx36 static const ScTableProtection::Option aOptions[] = { variable
40 static const sal_uInt16 nOptionCount = sizeof(aOptions)/sizeof(aOptions[0]);
78 maOptionsListBox.CheckEntryPos(i, rData.isOptionEnabled(aOptions[i])); in SetDialogData()
89 rData.setOption(aOptions[i], maOptionsListBox.IsChecked(i)); in WriteData()
H A Dlinkarea.cxx130 String aOptions; in IMPL_LINK() local
133 if (!ScDocumentLoader::GetFilterName( aEntered, aFilter, aOptions, sal_True, sal_True )) in IMPL_LINK()
140 LoadDocument( aEntered, aFilter, aOptions ); in IMPL_LINK()
/trunk/main/sc/source/ui/undo/
H A Dareasave.cxx45 aOptions ( rSource.GetOptions() ), in ScAreaLinkSaver()
56 aOptions ( rCopy.aOptions ), in ScAreaLinkSaver()
76 aOptions == rCompare.GetOptions() && in IsEqualSource()
101 ScAreaLink* pLink = new ScAreaLink( pObjSh, aFileName, aFilterName, aOptions, in InsertNewLink()
/trunk/main/autodoc/source/cosv/service/
H A Dcommandline.cxx147 : aOptions(), in CommandLine()
157 aOptions.push_back(OptionDescription( i_id, in Add_Option()
187 itFound = std::find_if( aOptions.begin(), in Find_Option()
188 aOptions.end(), in Find_Option()
190 if (itFound != aOptions.end()) in Find_Option()
/trunk/main/sc/source/ui/view/
H A Dviewfun3.cxx1483 ScUndoPasteOptions aOptions; // store options for repeat in PasteFromClip() local
1484 aOptions.nFunction = nFunction; in PasteFromClip()
1485 aOptions.bSkipEmpty = bSkipEmpty; in PasteFromClip()
1486 aOptions.bTranspose = bTranspose; in PasteFromClip()
1487 aOptions.bAsLink = bAsLink; in PasteFromClip()
1488 aOptions.eMoveMode = eMoveMode; in PasteFromClip()
1495 sal_False, &aOptions ); // sal_False = Redo data not yet copied in PasteFromClip()
1677 ScUndoPasteOptions aOptions; // store options for repeat in PasteMultiRangesFromClip() local
1678 aOptions.nFunction = nFunction; in PasteMultiRangesFromClip()
1679 aOptions.bSkipEmpty = bSkipEmpty; in PasteMultiRangesFromClip()
[all …]
H A Dpreview.cxx236 ScPrintOptions aOptions = SC_MOD()->GetPrintOptions(); in CalcPages() local
243 ScPrintFunc aPrintFunc( this, pDocShell, i, nAttrPage, 0, NULL, &aOptions ); in CalcPages()
367 ScPrintOptions aOptions = pScMod->GetPrintOptions(); in DoPrint() local
371 pPrintFunc = new ScPrintFunc( this, pDocShell, aState, &aOptions ); in DoPrint()
373 …intFunc = new ScPrintFunc( this, pDocShell, nTab, nFirstAttr[nTab], nTotalPages, NULL, &aOptions ); in DoPrint()
1227 ScPrintOptions aOptions = SC_MOD()->GetPrintOptions(); in MouseMove() local
1232 pPrintFunc = new ScPrintFunc( this, pDocShell, aState, &aOptions ); in MouseMove()
1234 …intFunc = new ScPrintFunc( this, pDocShell, nTab, nFirstAttr[nTab], nTotalPages, NULL, &aOptions ); in MouseMove()
/trunk/main/sd/source/core/
H A Ddrawdoc.cxx220 SvtLinguOptions aOptions; in SdDrawDocument() local
221 aLinguConfig.GetOptions( aOptions ); in SdDrawDocument()
223 SetLanguage( MsLangId::resolveSystemLanguageByScriptType(aOptions.nDefaultLanguage, in SdDrawDocument()
225 SetLanguage( MsLangId::resolveSystemLanguageByScriptType(aOptions.nDefaultLanguage_CJK, in SdDrawDocument()
227 SetLanguage( MsLangId::resolveSystemLanguageByScriptType(aOptions.nDefaultLanguage_CTL, in SdDrawDocument()
230 mbOnlineSpell = aOptions.bIsSpellAuto; in SdDrawDocument()
/trunk/main/dbaccess/source/ui/misc/
H A DToolBoxHelper.cxx96 SvtMiscOptions aOptions; variable
99 if ( aOptions.GetToolboxStyle() != m_pToolBox->GetOutStyle() )
100 m_pToolBox->SetOutStyle(aOptions.GetToolboxStyle());
/trunk/main/sc/source/core/data/
H A Dtable1.cxx269 ScNeededSizeOptions aOptions; in GetNeededSize() local
270 aOptions.bSkipMerged = sal_False; // zusammengefasste mitzaehlen in GetNeededSize()
271 aOptions.bTotalSize = bTotalSize; in GetNeededSize()
274 ( nRow, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bWidth, aOptions ); in GetNeededSize()
1497 ScNeededSizeOptions aOptions; in MaybeAddExtraColumn() local
1498 aOptions.bTotalSize = sal_True; in MaybeAddExtraColumn()
1499 aOptions.bFormula = bFormula; in MaybeAddExtraColumn()
1500 aOptions.bSkipMerged = sal_False; in MaybeAddExtraColumn()
1504 nRow, pDev, nPPTX, nPPTY, aZoom, aZoom, true, aOptions ); in MaybeAddExtraColumn()
H A Dcolumn2.cxx695 ScNeededSizeOptions aOptions; in GetOptimalColWidth() local
696 aOptions.bFormula = bFormula; in GetOptimalColWidth()
708 aOptions.pPattern = pPattern; in GetOptimalColWidth()
709 aOptions.bGetFont = (pPattern != pOldPattern || nScript != nOldScript); in GetOptimalColWidth()
711 rZoomX, rZoomY, sal_True, aOptions ); in GetOptimalColWidth()
903 ScNeededSizeOptions aOptions; in GetOptimalHeight() local
913 aOptions.pPattern = pPattern; in GetOptimalHeight()
916 rZoomX, rZoomY, sal_False, aOptions ) / nPPTY ); in GetOptimalHeight()
/trunk/main/framework/source/fwe/classes/
H A Daddonmenu.cxx156 AddonsOptions aOptions; in CreateAddonMenu() local
160 const Sequence< Sequence< PropertyValue > >& rAddonMenuEntries = aOptions.GetAddonsMenu(); in CreateAddonMenu()
228 AddonsOptions aOptions; in MergeAddonHelpMenu() local
249 … const Sequence< Sequence< PropertyValue > >& rAddonHelpMenuEntries = aOptions.GetAddonsHelpMenu(); in MergeAddonHelpMenu()
/trunk/main/sw/source/ui/uno/
H A DSwXFilterOptions.cxx148 SwAsciiOptions aOptions; in execute() local
149 pAsciiDlg->FillOptions( aOptions ); in execute()
151 aOptions.WriteUserData(sTmp); in execute()

123