Lines Matching refs:OUString

51         com::sun::star::beans::Optional< ::rtl::OUString>   m_sInitialFormula;
52 ::rtl::OUString m_sName;
53 ::rtl::OUString m_sSearchString;
54 ::rtl::OUString m_sFormula;
58 inline ::rtl::OUString getName() const { return m_sName; } in getName()
63 … typedef ::std::multimap< ::rtl::OUString,TFunctionPair, ::comphelper::UStringMixLess > TFunctions;
88 …bool impl_dialogFilter_nothrow( ::rtl::OUString& _out_rSelectedClause, ::osl::ClearableMutexGuard&…
95 …sal_uInt32 impl_getDataFieldType_throw(const ::rtl::OUString& _sDataField = ::rtl::OUString()) con…
97 …nst ::com::sun::star::uno::Any& _aValue,const ::rtl::OUString& _sConstantName,const ::rtl::OUStrin…
98 ::com::sun::star::beans::Property getProperty(const ::rtl::OUString & PropertyName);
109 ,const ::std::vector< ::rtl::OUString>& _aEntries
116 ::rtl::OUString impl_convertToFormula( const ::com::sun::star::uno::Any& _rControlValue );
118 …void impl_initFieldList_nothrow( ::com::sun::star::uno::Sequence< ::rtl::OUString >& _rFieldNames …
126 …void impl_createFunction(const ::rtl::OUString& _sFunctionName,const ::rtl::OUString& _sDataField,…
134 …bool impl_isCounterFunction_throw(const ::rtl::OUString& _sQuotedFunctionName,::rtl::OUString& _Ou…
143 …s(::osl::ResettableMutexGuard& _aGuard,const ::rtl::OUString& _sOldFunctionName,const ::rtl::OUStr…
150 bool impl_isDataField(const ::rtl::OUString& _sName) const;
156 void impl_fillFormulaList_nothrow(::std::vector< ::rtl::OUString >& _out_rList) const;
162 void impl_fillScopeList_nothrow(::std::vector< ::rtl::OUString >& _out_rList) const;
168 void impl_fillMimeTypes_nothrow(::std::vector< ::rtl::OUString >& _out_rList) const;
174 ::rtl::OUString impl_ConvertMimeTypeToUI_nothrow(const ::rtl::OUString& _sMimetype) const;
180 ::rtl::OUString impl_ConvertUIToMimeType_nothrow(const ::rtl::OUString& _sUIName) const;
187 …ce< ::com::sun::star::report::XFunctionsSupplier> fillScope_throw(::rtl::OUString& _rsNamePostFix);
197 sal_Bool isDefaultFunction(const ::rtl::OUString& _sQuotedFunction
198 ,::rtl::OUString& _Out_rDataField
210 ,::rtl::OUString& _rDataField
211 ,::rtl::OUString& _rsDefaultFunctionName) const;
225 …ion(::osl::ResettableMutexGuard& _aGuard ,const ::rtl::OUString& _sFunction,const ::rtl::OUString&…
245 …static ::rtl::OUString getImplementationName_Static( ) throw(::com::sun::star::uno::RuntimeExcept…
246 …static ::com::sun::star::uno::Sequence< ::rtl::OUString > getSupportedServiceNames_static( ) thro…
254 …virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeExc…
255 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw(::com::sun::…
256 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) t…
264 …virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(const ::rtl::OUString & PropertyName)…
265 …virtual void SAL_CALL setPropertyValue(const ::rtl::OUString & PropertyName, const ::com::sun::sta…
266 …:sun::star::beans::PropertyState SAL_CALL getPropertyState(const ::rtl::OUString & PropertyName) t…
267 …::inspection::LineDescriptor SAL_CALL describePropertyLine(const ::rtl::OUString& PropertyName, co…
268 …virtual ::com::sun::star::uno::Any SAL_CALL convertToPropertyValue(const ::rtl::OUString & Propert…
269 …virtual ::com::sun::star::uno::Any SAL_CALL convertToControlValue(const ::rtl::OUString & Property…
273 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupersededProperties() thro…
274 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getActuatingProperties() throw…
275 …virtual ::sal_Bool SAL_CALL isComposable(const ::rtl::OUString & PropertyName) throw (::com::sun::…
276 …iveSelectionResult SAL_CALL onInteractivePropertySelection(const ::rtl::OUString & PropertyName, :…
277 …virtual void SAL_CALL actuatingPropertyChanged(const ::rtl::OUString & ActuatingPropertyName, cons…
293 … ::com::sun::star::uno::Sequence< ::rtl::OUString > m_aFieldNames;
294 … ::com::sun::star::uno::Sequence< ::rtl::OUString > m_aParamNames;
307 …mutable ::rtl::OUString m_sDefaultFunc…
308 … mutable ::rtl::OUString m_sScope;