Home
last modified time | relevance | path

Searched refs:the_value (Results 1 – 16 of 16) sorted by relevance

/AOO42X/main/reportdesign/source/core/inc/
H A DReportHelperImpl.hxx191 void SAL_CALL clazz::setCharStrikeout(::sal_Int16 the_value) throw (uno::RuntimeException, beans::U…
193 set(PROPERTY_CHARSTRIKEOUT,the_value,varName.aFontDescriptor.Strikeout); \
202 void SAL_CALL clazz::setCharWordMode(::sal_Bool the_value) throw (uno::RuntimeException, beans::Unk…
204 set(PROPERTY_CHARWORDMODE,the_value,varName.aFontDescriptor.WordLineMode); \
213 void SAL_CALL clazz::setCharRotation(::sal_Int16 the_value) throw (uno::RuntimeException, beans::Un…
215 float newValue = the_value; \
225 void SAL_CALL clazz::setCharScaleWidth(::sal_Int16 the_value) throw (uno::RuntimeException, beans::…
227 float newValue = the_value; \
440 void SAL_CALL clazz::setCharFlash(::sal_Bool the_value) throw (uno::RuntimeException, beans::Unknow…
442 set(PROPERTY_CHARFLASH,the_value,varName.bCharFlash); \
[all …]
H A DFunction.hxx98 …virtual void SAL_CALL setPreEvaluated(::sal_Bool the_value) throw (::com::sun::star::uno::RuntimeE…
100 …virtual void SAL_CALL setDeepTraversing(::sal_Bool the_value) throw (::com::sun::star::uno::Runtim…
102 …virtual void SAL_CALL setName(const ::rtl::OUString & the_value) throw (::com::sun::star::uno::Run…
104 …virtual void SAL_CALL setFormula(const ::rtl::OUString & the_value) throw (::com::sun::star::uno::…
106 …nitialFormula(const com::sun::star::beans::Optional< ::rtl::OUString> & the_value) throw (::com::s…
H A DFormattedField.hxx142 …virtual void SAL_CALL setFormatKey(::sal_Int32 the_value) throw (::com::sun::star::uno::RuntimeExc…
/AOO42X/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx152 virtual void SAL_CALL setAuthor(const ::rtl::OUString & the_value)
156 virtual void SAL_CALL setGenerator(const ::rtl::OUString & the_value)
160 virtual void SAL_CALL setCreationDate(const css::util::DateTime & the_value)
164 virtual void SAL_CALL setTitle(const ::rtl::OUString & the_value)
168 virtual void SAL_CALL setSubject(const ::rtl::OUString & the_value)
172 virtual void SAL_CALL setDescription(const ::rtl::OUString & the_value)
177 const css::uno::Sequence< ::rtl::OUString > & the_value)
181 virtual void SAL_CALL setLanguage(const css::lang::Locale & the_value)
185 virtual void SAL_CALL setModifiedBy(const ::rtl::OUString & the_value)
190 const css::util::DateTime & the_value)
[all …]
/AOO42X/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx464 …eDataProvider::setMasterFields(const uno::Sequence< ::rtl::OUString > & the_value) throw (uno::Run… in setMasterFields() argument
467 set(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("MasterFields")),the_value,m_MasterFields); in setMasterFields()
478 …eDataProvider::setDetailFields(const uno::Sequence< ::rtl::OUString > & the_value) throw (uno::Run… in setDetailFields() argument
480 set(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DetailFields")),the_value,m_DetailFields); in setDetailFields()
490 void SAL_CALL DatabaseDataProvider::setCommand(const ::rtl::OUString & the_value) throw (uno::Runti… in setCommand() argument
495 m_xAggregateSet->setPropertyValue( PROPERTY_COMMAND, uno::makeAny( the_value ) ); in setCommand()
497 set(PROPERTY_COMMAND,the_value,m_Command); in setCommand()
508 void SAL_CALL DatabaseDataProvider::setCommandType(::sal_Int32 the_value) throw (uno::RuntimeExcept… in setCommandType() argument
512 m_xAggregateSet->setPropertyValue( PROPERTY_COMMAND_TYPE, uno::makeAny( the_value ) ); in setCommandType()
514 set(PROPERTY_COMMAND_TYPE,the_value,m_CommandType); in setCommandType()
[all …]
/AOO42X/main/reportdesign/source/core/api/
H A DFunction.cxx145 void SAL_CALL OFunction::setPreEvaluated(::sal_Bool the_value) throw (uno::RuntimeException) in setPreEvaluated() argument
147 set(PROPERTY_PREEVALUATED,the_value,m_bPreEvaluated); in setPreEvaluated()
157 void SAL_CALL OFunction::setDeepTraversing(::sal_Bool the_value) throw (uno::RuntimeException) in setDeepTraversing() argument
159 set(PROPERTY_DEEPTRAVERSING,the_value,m_bDeepTraversing); in setDeepTraversing()
170 void SAL_CALL OFunction::setName(const ::rtl::OUString & the_value) throw (uno::RuntimeException) in setName() argument
172 set(PROPERTY_NAME,the_value,m_sName); in setName()
181 void SAL_CALL OFunction::setFormula(const ::rtl::OUString & the_value) throw (uno::RuntimeException) in setFormula() argument
183 set(PROPERTY_FORMULA,the_value,m_sFormula); in setFormula()
192 void SAL_CALL OFunction::setInitialFormula(const beans::Optional< ::rtl::OUString> & the_value) thr… in setInitialFormula() argument
194 set(PROPERTY_INITIALFORMULA,the_value,m_sInitialFormula); in setInitialFormula()
H A DImageControl.cxx224 void SAL_CALL OImageControl::setHyperLinkURL(const ::rtl::OUString & the_value) throw (uno::Runtime… in setHyperLinkURL() argument
226 set(PROPERTY_HYPERLINKURL,the_value,m_aProps.aFormatProperties.sHyperLinkURL); in setHyperLinkURL()
233 void SAL_CALL OImageControl::setHyperLinkTarget(const ::rtl::OUString & the_value) throw (uno::Runt… in setHyperLinkTarget() argument
235 set(PROPERTY_HYPERLINKTARGET,the_value,m_aProps.aFormatProperties.sHyperLinkTarget); in setHyperLinkTarget()
242 void SAL_CALL OImageControl::setHyperLinkName(const ::rtl::OUString & the_value) throw (uno::Runtim… in setHyperLinkName() argument
244 set(PROPERTY_HYPERLINKNAME,the_value,m_aProps.aFormatProperties.sHyperLinkName); in setHyperLinkName()
H A DReportDefinition.cxx2731 void SAL_CALL OReportDefinition::setDataSourceName(const ::rtl::OUString& the_value) throw (uno::Ru… in setDataSourceName() argument
2733 set(PROPERTY_DATASOURCENAME,the_value,m_pImpl->m_sDataSourceName); in setDataSourceName()
/AOO42X/main/sd/source/core/annotations/
H A DAnnotation.cxx85 virtual void SAL_CALL setPosition(const RealPoint2D & the_value) throw (RuntimeException);
89 virtual void SAL_CALL setAuthor(const OUString & the_value) throw (RuntimeException);
91 virtual void SAL_CALL setDateTime(const util::DateTime & the_value) throw (RuntimeException);
258 void SAL_CALL Annotation::setPosition(const RealPoint2D & the_value) throw (RuntimeException) in setPosition() argument
266 m_Position = the_value; in setPosition()
277 void SAL_CALL Annotation::setSize(const RealSize2D & the_value) throw (RuntimeException) in setSize() argument
285 m_Size = the_value; in setSize()
295 void SAL_CALL Annotation::setAuthor(const OUString & the_value) throw (RuntimeException) in setAuthor() argument
303 m_Author = the_value; in setAuthor()
313 void SAL_CALL Annotation::setDateTime(const util::DateTime & the_value) throw (RuntimeException) in setDateTime() argument
[all …]
/AOO42X/main/oox/source/shape/
H A DShapeContextHandler.cxx263 (const css::uno::Reference< css::drawing::XDrawPage > & the_value) in setDrawPage()
266 mxDrawPage = the_value; in setDrawPage()
278 (const css::uno::Reference< css::frame::XModel > & the_value) in setModel()
283 uno::Reference<lang::XComponent> xComp(the_value, uno::UNO_QUERY_THROW); in setModel()
294 (const uno::Reference< io::XInputStream > & the_value) in setInputStream()
297 mxInputStream = the_value; in setInputStream()
307 (const ::rtl::OUString & the_value) in setRelationFragmentPath()
310 msRelationFragmentPath = the_value; in setRelationFragmentPath()
H A DShapeContextHandler.hxx117 (const css::uno::Reference< css::drawing::XDrawPage > & the_value)
124 (const css::uno::Reference< css::frame::XModel > & the_value)
131 (const css::uno::Reference< css::io::XInputStream > & the_value)
137 (const ::rtl::OUString & the_value)
/AOO42X/main/reportdesign/inc/
H A DReportHelperDefines.hxx28 …virtual void SAL_CALL setDataField(const ::rtl::OUString & the_value) throw (::com::sun::star::uno…
30 …virtual void SAL_CALL setPrintWhenGroupChange(::sal_Bool the_value) throw (::com::sun::star::uno::…
32 …virtual void SAL_CALL setConditionalPrintExpression(const ::rtl::OUString & the_value) throw (::co…
43 …virtual void SAL_CALL setName(const ::rtl::OUString & the_value) throw (::com::sun::star::uno::Run…
45 …virtual void SAL_CALL setHeight(::sal_Int32 the_value) throw (::com::sun::star::uno::RuntimeExcept…
47 …virtual void SAL_CALL setPositionX(::sal_Int32 the_value) throw (::com::sun::star::uno::RuntimeExc…
49 …virtual void SAL_CALL setPositionY(::sal_Int32 the_value) throw (::com::sun::star::uno::RuntimeExc…
51 …virtual void SAL_CALL setWidth(::sal_Int32 the_value) throw (::com::sun::star::uno::RuntimeExcepti…
53 …virtual void SAL_CALL setControlBorder(::sal_Int16 the_value) throw (::com::sun::star::uno::Runtim…
55 …virtual void SAL_CALL setControlBorderColor(::sal_Int32 the_value) throw (::com::sun::star::uno::R…
[all …]
/AOO42X/main/toolkit/source/controls/grid/
H A Dgridcolumn.hxx58 …virtual void SAL_CALL setColumnWidth(::sal_Int32 the_value) throw (::com::sun::star::uno::RuntimeE…
60 …virtual void SAL_CALL setMaxWidth(::sal_Int32 the_value) throw (::com::sun::star::uno::RuntimeExce…
62 …virtual void SAL_CALL setMinWidth(::sal_Int32 the_value) throw (::com::sun::star::uno::RuntimeExce…
64 …virtual void SAL_CALL setResizeable(::sal_Bool the_value) throw (::com::sun::star::uno::RuntimeExc…
/AOO42X/main/dbaccess/source/core/inc/
H A DDatabaseDataProvider.hxx109 …MasterFields(const ::com::sun::star::uno::Sequence< ::rtl::OUString > & the_value) throw (::com::s…
111 …DetailFields(const ::com::sun::star::uno::Sequence< ::rtl::OUString > & the_value) throw (::com::s…
113 …virtual void SAL_CALL setCommand(const ::rtl::OUString & the_value) throw (::com::sun::star::uno::…
115 …virtual void SAL_CALL setCommandType(::sal_Int32 the_value) throw (::com::sun::star::uno::RuntimeE…
117 …virtual void SAL_CALL setFilter(const ::rtl::OUString & the_value) throw (::com::sun::star::uno::R…
127 …virtual void SAL_CALL setEscapeProcessing(::sal_Bool the_value) throw (::com::sun::star::uno::Runt…
131 …com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > & the_value) throw (::com::s…
/AOO42X/main/forms/source/runtime/
H A Dformoperations.hxx130 …o::Reference< ::com::sun::star::form::runtime::XFeatureInvalidation > & the_value) throw (::com::s…
/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFormulaParser.java318 public void setOpCodeMap(com.sun.star.sheet.FormulaOpCodeMapEntry[] the_value) in setOpCodeMap() argument