Home
last modified time | relevance | path

Searched refs:_aValues (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/misc/
H A DRptUndo.cxx93 …e< report::XSection >& _xSection,const ::std::vector< ::std::pair< OUString ,uno::Any> >& _aValues) in lcl_setValues() argument
98 for (const auto& [rPropName, rValue] : _aValues) in lcl_setValues()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/misc/
H A DRptUndo.cxx93 …e< report::XSection >& _xSection,const ::std::vector< ::std::pair< OUString ,uno::Any> >& _aValues) in lcl_setValues() argument
97 for (const auto& [rPropName, rValue] : _aValues) in lcl_setValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/inc/
H A Dqueryfilter.hxx87 …nes(int &i, const css::uno::Sequence< css::uno::Sequence< css::beans::PropertyValue > >& _aValues);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A Dqueryfilter.hxx94 …nes(int &i, const css::uno::Sequence< css::uno::Sequence< css::beans::PropertyValue > >& _aValues);
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx755 void DlgFilterCrit::fillLines(int &i, const Sequence< Sequence< PropertyValue > >& _aValues) in fillLines() argument
757 const Sequence<PropertyValue >* pOrIter = _aValues.getConstArray(); in fillLines()
758 const Sequence<PropertyValue >* pOrEnd = pOrIter + _aValues.getLength(); in fillLines()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx763 void DlgFilterCrit::fillLines(int &i, const Sequence< Sequence< PropertyValue > >& _aValues) in fillLines() argument
765 const Sequence<PropertyValue >* pOrIter = _aValues.getConstArray(); in fillLines()
766 const Sequence<PropertyValue >* pOrEnd = pOrIter + _aValues.getLength(); in fillLines()