Home
last modified time | relevance | path

Searched refs:maOptions (Results 1 – 17 of 17) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/graphic/
H A DVectorGraphicSearch.cxx32 VectorGraphicSearchOptions maOptions; member in __anon38abcc560111::SearchContext
81 maOptions = rOptions; in initialize()
92 int nStartIndex = maOptions.meStartPosition == SearchStartPosition::End ? -1 : 0; in initialize()
102 if (maOptions.mbMatchCase) in initialize()
104 if (maOptions.mbMatchWholeWord) in initialize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dviewdata.hxx282 ScViewOptions maOptions; member in ScViewData
544 const ScViewOptions& GetOptions() const { return maOptions; } in GetOptions()
547 bool IsGridMode () const { return maOptions.GetOption(VOPT_GRID); } in IsGridMode()
548 bool IsSyntaxMode () const { return maOptions.GetOption(VOPT_SYNTAX); } in IsSyntaxMode()
549 void SetSyntaxMode ( bool bNewMode ) { maOptions.SetOption(VOPT_SYNTAX, bNewMode); } in SetSyntaxMode()
550 bool IsHeaderMode () const { return maOptions.GetOption(VOPT_HEADER); } in IsHeaderMode()
551 void SetHeaderMode ( bool bNewMode ) { maOptions.SetOption(VOPT_HEADER, bNewMode); } in SetHeaderMode()
552 bool IsTabMode () const { return maOptions.GetOption(VOPT_TABCONTROLS); } in IsTabMode()
553 bool IsVScrollMode () const { return maOptions.GetOption(VOPT_VSCROLL); } in IsVScrollMode()
554 bool IsHScrollMode () const { return maOptions.GetOption(VOPT_HSCROLL); } in IsHScrollMode()
[all …]
H A Dundoblk.hxx956 std::vector<ScCellMergeOption> maOptions; member in ScUndoRemoveMerge
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtabprotection.cxx149 ::std::vector<bool> maOptions;
201 maOptions(nOptSize), in ScTableProtectionImpl()
212 maOptions(r.maOptions), in ScTableProtectionImpl()
406 if ( maOptions.size() <= static_cast<size_t>(nOptId) ) in isOptionEnabled()
412 return maOptions[nOptId]; in isOptionEnabled()
417 if ( maOptions.size() <= static_cast<size_t>(nOptId) ) in setOption()
423 maOptions[nOptId] = bEnabled; in setOption()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtabprotection.cxx149 ::std::vector<bool> maOptions;
201 maOptions(nOptSize), in ScTableProtectionImpl()
212 maOptions(r.maOptions), in ScTableProtectionImpl()
406 if ( maOptions.size() <= static_cast<size_t>(nOptId) ) in isOptionEnabled()
412 return maOptions[nOptId]; in isOptionEnabled()
417 if ( maOptions.size() <= static_cast<size_t>(nOptId) ) in setOption()
423 maOptions[nOptId] = bEnabled; in setOption()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dviewdata.cxx3478 const Color& rGridColor = maOptions.GetGridColor(); in WriteExtOptions()
3639 maOptions.SetGridColor(aGridColor, EMPTY_OUSTRING); in ReadExtOptions()
3719 pSettings[SC_SHOWGRID].Value <<= maOptions.GetOption(VOPT_GRID); in WriteUserDataSequence()
3722 Color aColor = maOptions.GetGridColor(&aColorName); in WriteUserDataSequence()
3735 const ScGridOptions& aGridOpt = maOptions.GetGridOptions(); in WriteUserDataSequence()
3854 maOptions.SetGridColor(aColor, OUString()); in ReadUserDataSequence()
3887 ScGridOptions aGridOpt(maOptions.GetGridOptions()); in ReadUserDataSequence()
3905 maOptions.SetGridOptions(aGridOpt); in ReadUserDataSequence()
3924 mrDoc.SetViewOptions(maOptions); in ReadUserDataSequence()
3937 bool bGraphicsChanged = (maOptions.GetObjMode(VOBJ_TYPE_OLE) != in SetOptions()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/sorter/
H A Dsortdynres.cxx61 maOptions = aOptions; in SortedDynamicResultSet()
157 mxOne->Initialize( maOptions, mxCompFac ); in getStaticResultSet()
301 mxOne->Initialize( maOptions, mxCompFac ); in impl_notify()
H A Dsortdynres.hxx49 css::uno::Sequence < css::ucb::NumberedSortingInfo > maOptions; member in SortedDynamicResultSet
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/sorter/
H A Dsortdynres.cxx61 maOptions = aOptions; in SortedDynamicResultSet()
157 mxOne->Initialize( maOptions, mxCompFac ); in getStaticResultSet()
301 mxOne->Initialize( maOptions, mxCompFac ); in impl_notify()
H A Dsortdynres.hxx52 css::uno::Sequence < css::ucb::NumberedSortingInfo > maOptions; member in SortedDynamicResultSet
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dparhtml.hxx149 mutable HTMLOptions maOptions; // options of the start tag member in HTMLParser
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dparhtml.hxx149 mutable HTMLOptions maOptions; // options of the start tag member in HTMLParser
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/svhtml/
H A Dparhtml.cxx1014 maOptions.clear(); in GetNextToken_()
1405 if (!maOptions.empty()) in GetOptions()
1406 return maOptions; in GetOptions()
1577 maOptions.emplace_back(nToken, sName, aValue); in GetOptions()
1585 return maOptions; in GetOptions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/svhtml/
H A Dparhtml.cxx1014 maOptions.clear(); in GetNextToken_()
1405 if (!maOptions.empty()) in GetOptions()
1406 return maOptions; in GetOptions()
1567 maOptions.emplace_back(nToken, sName, aValue); in GetOptions()
1575 return maOptions; in GetOptions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dundoblk.cxx2214 maOptions.push_back( rOption); in ScUndoRemoveMerge()
2240 maOptions.push_back( rOption); in AddCellMergeOption()
2253 for (const auto & rOption : maOptions) in Undo()
2289 for (const auto & rOption : maOptions) in Redo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dundoblk.cxx2197 maOptions.push_back( rOption); in ScUndoRemoveMerge()
2223 maOptions.push_back( rOption); in AddCellMergeOption()
2236 for (const auto & rOption : maOptions) in Undo()
2272 for (const auto & rOption : maOptions) in Redo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dundoblk.hxx956 std::vector<ScCellMergeOption> maOptions; member in ScUndoRemoveMerge