Home
last modified time | relevance | path

Searched defs:the_value (Results 1 – 8 of 8) sorted by relevance

/trunk/main/reportdesign/source/core/api/
H A DFunction.cxx145 void SAL_CALL OFunction::setPreEvaluated(::sal_Bool the_value) throw (uno::RuntimeException) in setPreEvaluated()
157 void SAL_CALL OFunction::setDeepTraversing(::sal_Bool the_value) throw (uno::RuntimeException) in setDeepTraversing()
170 void SAL_CALL OFunction::setName(const ::rtl::OUString & the_value) throw (uno::RuntimeException) in setName()
181 void SAL_CALL OFunction::setFormula(const ::rtl::OUString & the_value) throw (uno::RuntimeException) in setFormula()
192 …etInitialFormula(const beans::Optional< ::rtl::OUString> & the_value) throw (uno::RuntimeException) in setInitialFormula()
H A DImageControl.cxx224 …L(const ::rtl::OUString & the_value) throw (uno::RuntimeException, beans::UnknownPropertyException) in setHyperLinkURL()
233 …t(const ::rtl::OUString & the_value) throw (uno::RuntimeException, beans::UnknownPropertyException) in setHyperLinkTarget()
242 …e(const ::rtl::OUString & the_value) throw (uno::RuntimeException, beans::UnknownPropertyException) in setHyperLinkName()
H A DReportDefinition.cxx2731 …ReportDefinition::setDataSourceName(const ::rtl::OUString& the_value) throw (uno::RuntimeException) in setDataSourceName()
/trunk/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx1425 void SAL_CALL SfxDocumentMetaData::setAuthor(const ::rtl::OUString & the_value) in setAuthor()
1440 SfxDocumentMetaData::setGenerator(const ::rtl::OUString & the_value) in setGenerator()
1454 SfxDocumentMetaData::setCreationDate(const css::util::DateTime & the_value) in setCreationDate()
1467 void SAL_CALL SfxDocumentMetaData::setTitle(const ::rtl::OUString & the_value) in setTitle()
1481 SfxDocumentMetaData::setSubject(const ::rtl::OUString & the_value) in setSubject()
1495 SfxDocumentMetaData::setDescription(const ::rtl::OUString & the_value) in setDescription()
1509 SfxDocumentMetaData::setKeywords( in setKeywords()
1537 SfxDocumentMetaData::setLanguage(const css::lang::Locale & the_value) in setLanguage()
1555 SfxDocumentMetaData::setModifiedBy(const ::rtl::OUString & the_value) in setModifiedBy()
1569 SfxDocumentMetaData::setModificationDate(const css::util::DateTime & the_value) in setModificationDate()
[all …]
/trunk/main/oox/source/shape/
H A DShapeContextHandler.cxx262 void SAL_CALL ShapeContextHandler::setDrawPage in setDrawPage()
277 void SAL_CALL ShapeContextHandler::setModel in setModel()
293 void SAL_CALL ShapeContextHandler::setInputStream in setInputStream()
306 void SAL_CALL ShapeContextHandler::setRelationFragmentPath in setRelationFragmentPath()
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx464 …::setMasterFields(const uno::Sequence< ::rtl::OUString > & the_value) throw (uno::RuntimeException) in setMasterFields()
478 …::setDetailFields(const uno::Sequence< ::rtl::OUString > & the_value) throw (uno::RuntimeException) in setDetailFields()
490 …L DatabaseDataProvider::setCommand(const ::rtl::OUString & the_value) throw (uno::RuntimeException) in setCommand()
508 void SAL_CALL DatabaseDataProvider::setCommandType(::sal_Int32 the_value) throw (uno::RuntimeExcept… in setCommandType()
525 …LL DatabaseDataProvider::setFilter(const ::rtl::OUString & the_value) throw (uno::RuntimeException) in setFilter()
540 void SAL_CALL DatabaseDataProvider::setApplyFilter( ::sal_Bool the_value ) throw (RuntimeException) in setApplyFilter()
555 …( const ::rtl::OUString& the_value ) throw (beans::UnknownPropertyException, uno::RuntimeException) in setHavingClause()
570 …( const ::rtl::OUString& the_value ) throw (beans::UnknownPropertyException, uno::RuntimeException) in setGroupBy()
585 …LL DatabaseDataProvider::setOrder( const ::rtl::OUString& the_value ) throw (uno::RuntimeException) in setOrder()
601 void SAL_CALL DatabaseDataProvider::setEscapeProcessing(::sal_Bool the_value) throw (uno::RuntimeEx… in setEscapeProcessing()
[all …]
/trunk/main/sd/source/core/annotations/
H A DAnnotation.cxx258 void SAL_CALL Annotation::setPosition(const RealPoint2D & the_value) throw (RuntimeException) in setPosition()
277 void SAL_CALL Annotation::setSize(const RealSize2D & the_value) throw (RuntimeException) in setSize()
295 void SAL_CALL Annotation::setAuthor(const OUString & the_value) throw (RuntimeException) in setAuthor()
313 void SAL_CALL Annotation::setDateTime(const util::DateTime & the_value) throw (RuntimeException) in setDateTime()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFormulaParser.java318 public void setOpCodeMap(com.sun.star.sheet.FormulaOpCodeMapEntry[] the_value) in setOpCodeMap()