/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/ |
H A D | AsciiReplaceFilter.java | 349 if (aOptions.isValid()==false) in filter() 355 bState = implts_import( xText, aOptions ); in filter() 508 if (aOptions.m_bStreamOwner==true) in implts_import() 510 aOptions.m_xInput.closeInput(); in implts_import() 577 aOptions.m_xOutput.flush(); in implts_export() 582 if (aOptions.m_bStreamOwner==true) in implts_export() 584 aOptions.m_xOutput.closeOutput(); in implts_export() 606 if ( ! aOptions.m_sOld.equals(aOptions.m_sNew) ) in implts_replace() 609 int nLength = aOptions.m_sNew.length(); in implts_replace() 622 if (aOptions.m_bCaseChange==true) in implts_replace() [all …]
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | prntopts.cxx | 131 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() 143 aOptions.GetOptionsPrint().SetBooklet( aRbtBooklet.IsChecked() ); in FillItemSet() 145 aOptions.GetOptionsPrint().SetBackPage( aCbxBack.IsChecked() ); in FillItemSet() 153 aOptions.GetOptionsPrint().SetOutputQuality( nQuality ); in FillItemSet() [all …]
|
/aoo41x/main/ucb/workben/ucb/ |
H A D | srcharg.cxx | 168 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() 174 aOptions[OPT_FOLDERVIEW].m_pValue in parseSearchArgument() 176 aOptions[OPT_DOCVIEW].m_bSpecified = false; in parseSearchArgument() 178 aOptions[OPT_INDIRECT].m_bSpecified = false; in parseSearchArgument() 202 if (aOptions[eID].m_bSpecified) in parseSearchArgument() 204 aOptions[eID].m_bSpecified = true; in parseSearchArgument() 224 *aOptions[eID].m_pValue = true; in parseSearchArgument() [all …]
|
/aoo41x/main/cpputools/source/registercomponent/ |
H A D | registercomponent.cxx | 749 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 …]
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | srtdlg.cxx | 344 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()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | arealink.cxx | 82 aOptions (rOpt), in ScAreaLink() 162 aFileName, aFilterName, aOptions, in Closed() 185 aOptions = rOpt; in SetSource() 260 aOptions.Erase(); in Refresh() 264 if ( aOptions.Len() ) in Refresh() 265 pSet->Put( SfxStringItem( SID_FILE_FILTEROPTIONS, aOptions ) ); in Refresh() 279 aNewOpt = aOptions; in Refresh() 430 aFileName, aFilterName, aOptions, in Refresh() 445 if ( aNewOpt != aOptions ) in Refresh() 446 aOptions = aNewOpt; in Refresh() [all …]
|
H A D | tablink.cxx | 83 aOptions(rOpt), in ScTableLink() 100 aOptions(rOpt), in ScTableLink() 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() 399 if ( aNewOpt != aOptions ) in Refresh() [all …]
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | filtuno.cxx | 173 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 D | optuno.cxx | 199 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()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | scmod2.cxx | 56 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()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docnew.cxx | 352 const SvtCompatibilityOptions aOptions; in SwDoc() local 353 mbParaSpaceMax = aOptions.IsAddSpacing(); in SwDoc() 354 mbParaSpaceMaxAtPages = aOptions.IsAddSpacingAtPages(); in SwDoc() 355 mbTabCompat = !aOptions.IsUseOurTabStops(); in SwDoc() 356 mbUseVirtualDevice = !aOptions.IsUsePrtDevice(); in SwDoc() 357 mbAddExternalLeading = !aOptions.IsNoExtLeading(); in SwDoc() 358 mbOldLineSpacing = aOptions.IsUseLineSpacing(); in SwDoc() 359 mbAddParaSpacingToTableCells = aOptions.IsAddTableSpacing(); in SwDoc() 360 mbUseFormerObjectPos = aOptions.IsUseObjectPositioning(); in SwDoc() 361 mbUseFormerTextWrapping = aOptions.IsUseOurTextWrapping(); in SwDoc() [all …]
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | pfuncache.hxx | 55 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()
|
/aoo41x/main/sc/source/ui/optdlg/ |
H A D | tpprint.cxx | 88 ScPrintOptions aOptions; in Reset() local 92 aOptions = ((const ScTpPrintItem*)pItem)->GetPrintOptions(); in Reset() 96 aOptions = SC_MOD()->GetPrintOptions(); in Reset() 106 aSelectedSheetsCB.Check( !aOptions.GetAllSheets() ); in Reset() 109 aSkipEmptyPagesCB.Check( aOptions.GetSkipEmpty() ); in Reset()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | protectiondlg.cxx | 36 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 D | linkarea.cxx | 131 String aOptions; in IMPL_LINK() local 134 if (!ScDocumentLoader::GetFilterName( aEntered, aFilter, aOptions, sal_True, sal_True )) in IMPL_LINK() 141 LoadDocument( aEntered, aFilter, aOptions ); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | areasave.cxx | 45 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()
|
/aoo41x/main/cosv/source/service/ |
H A D | commandline.cxx | 147 : 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()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 1483 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() 1678 aOptions.nFunction = nFunction; in PasteMultiRangesFromClip() 1679 aOptions.bSkipEmpty = bSkipEmpty; in PasteMultiRangesFromClip() 1680 aOptions.bTranspose = bTranspose; in PasteMultiRangesFromClip() 1681 aOptions.bAsLink = bAsLink; in PasteMultiRangesFromClip() [all …]
|
H A D | preview.cxx | 250 ScPrintOptions aOptions = SC_MOD()->GetPrintOptions(); in CalcPages() local 257 ScPrintFunc aPrintFunc( this, pDocShell, i, nAttrPage, 0, NULL, &aOptions ); in CalcPages() 383 ScPrintOptions aOptions = pScMod->GetPrintOptions(); in DoPrint() local 387 pPrintFunc = new ScPrintFunc( this, pDocShell, aState, &aOptions ); in DoPrint() 389 …intFunc = new ScPrintFunc( this, pDocShell, nTab, nFirstAttr[nTab], nTotalPages, NULL, &aOptions ); in DoPrint() 1274 ScPrintOptions aOptions = SC_MOD()->GetPrintOptions(); in MouseMove() local 1279 pPrintFunc = new ScPrintFunc( this, pDocShell, aState, &aOptions ); in MouseMove() 1281 …intFunc = new ScPrintFunc( this, pDocShell, nTab, nFirstAttr[nTab], nTotalPages, NULL, &aOptions ); in MouseMove()
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc.cxx | 223 SvtLinguOptions aOptions; in SdDrawDocument() local 224 aLinguConfig.GetOptions( aOptions ); in SdDrawDocument() 226 SetLanguage( MsLangId::resolveSystemLanguageByScriptType(aOptions.nDefaultLanguage, in SdDrawDocument() 228 SetLanguage( MsLangId::resolveSystemLanguageByScriptType(aOptions.nDefaultLanguage_CJK, in SdDrawDocument() 230 SetLanguage( MsLangId::resolveSystemLanguageByScriptType(aOptions.nDefaultLanguage_CTL, in SdDrawDocument() 233 mbOnlineSpell = aOptions.bIsSpellAuto; in SdDrawDocument()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | ToolBoxHelper.cxx | 96 SvtMiscOptions aOptions; variable 99 if ( aOptions.GetToolboxStyle() != m_pToolBox->GetOutStyle() ) 100 m_pToolBox->SetOutStyle(aOptions.GetToolboxStyle());
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | SwXFilterOptions.cxx | 148 SwAsciiOptions aOptions; in execute() local 149 pAsciiDlg->FillOptions( aOptions ); in execute() 151 aOptions.WriteUserData(sTmp); in execute()
|
/aoo41x/main/sc/source/core/data/ |
H A D | table1.cxx | 269 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 D | column2.cxx | 695 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()
|
/aoo41x/main/framework/source/fwe/classes/ |
H A D | addonmenu.cxx | 151 AddonsOptions aOptions; in CreateAddonMenu() local 155 const Sequence< Sequence< PropertyValue > >& rAddonMenuEntries = aOptions.GetAddonsMenu(); in CreateAddonMenu() 221 AddonsOptions aOptions; in MergeAddonHelpMenu() local 242 … const Sequence< Sequence< PropertyValue > >& rAddonHelpMenuEntries = aOptions.GetAddonsHelpMenu(); in MergeAddonHelpMenu()
|