/trunk/main/scaddins/source/analysis/ |
H A D | analysisadd.idl | 55 // [in] com::sun::star::beans::XPropertySet xOptions, 60 [in] com::sun::star::beans::XPropertySet xOptions, 66 [in] com::sun::star::beans::XPropertySet xOptions, 72 [in] com::sun::star::beans::XPropertySet xOptions, 78 [in] com::sun::star::beans::XPropertySet xOptions, 84 [in] com::sun::star::beans::XPropertySet xOptions, 90 [in] com::sun::star::beans::XPropertySet xOptions, 104 [in] com::sun::star::beans::XPropertySet xOptions, 133 [in] com::sun::star::beans::XPropertySet xOptions, 140 [in] com::sun::star::beans::XPropertySet xOptions, [all …]
|
H A D | analysis.cxx | 543 sal_Int32 SAL_CALL AnalysisAddIn::getWorkday( constREFXPS& xOptions, in getWorkday() argument 549 sal_Int32 nNullDate = GetNullDate( xOptions ); in getWorkday() 553 aSrtLst.InsertHolidayList( aAnyConv, xOptions, aHDay, nNullDate, sal_False ); in getWorkday()
|
H A D | analysishelper.hxx | 66 sal_Int32 GetNullDate( const REF( CSS::beans::XPropertySet )& xOptions ) THROWDEF_RTE; 353 const CSS::uno::Reference< CSS::beans::XPropertySet >& xOptions,
|
H A D | analysishelper.cxx | 1680 const uno::Reference< beans::XPropertySet >& xOptions, in InsertHolidayList() 1685 rAnyConv.init( xOptions ); in InsertHolidayList()
|
/trunk/main/scaddins/source/datefunc/ |
H A D | datefunc.cxx | 676 if (xOptions.is()) in GetNullDate() 680 uno::Any aAny = xOptions->getPropertyValue( in GetNullDate() 750 const uno::Reference< beans::XPropertySet >& xOptions, in getDiffWeeks() 754 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDiffWeeks() 792 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDiffMonths() 841 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDiffYears() 862 sal_Int32 nNullDate = GetNullDate( xOptions ); in getIsLeapYear() 876 const uno::Reference<beans::XPropertySet>& xOptions, in getDaysInMonth() argument 879 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDaysInMonth() 896 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDaysInYear() [all …]
|
H A D | dateadd.idl | 52 [in] com::sun::star::beans::XPropertySet xOptions, 58 [in] com::sun::star::beans::XPropertySet xOptions, 64 [in] com::sun::star::beans::XPropertySet xOptions, 70 [in] com::sun::star::beans::XPropertySet xOptions, 76 [in] com::sun::star::beans::XPropertySet xOptions, 82 [in] com::sun::star::beans::XPropertySet xOptions, 88 [in] com::sun::star::beans::XPropertySet xOptions,
|
H A D | datefunc.hxx | 378 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xOptions, 384 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xOptions, 390 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xOptions, 396 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xOptions, 401 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xOptions, 406 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xOptions, 411 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xOptions,
|
/trunk/main/odk/examples/java/Spreadsheet/ |
H A D | XCalcAddins.idl | 37 any number of arguments after xOptions. 56 parameter xOptions. 58 [in] com::sun::star::beans::XPropertySet xOptions 64 parameter xOptions. 66 [in] com::sun::star::beans::XPropertySet xOptions,
|
H A D | CalcAddins.java | 96 com.sun.star.beans.XPropertySet xOptions in getMyFirstValue() argument 102 com.sun.star.beans.XPropertySet xOptions, in getMySecondValue() argument
|
/trunk/main/offapi/com/sun/star/view/ |
H A D | XRenderable.idl | 65 …tRendererCount( [in] any aSelection, [in] sequence<com::sun::star::beans::PropertyValue> xOptions ) 82 …long nRenderer, [in] any aSelection, [in] sequence<com::sun::star::beans::PropertyValue> xOptions ) 97 …ong nRenderer, [in] any aSelection, [in] sequence<com::sun::star::beans::PropertyValue> xOptions )
|
H A D | XPrintable.idl | 72 @param xOptions 78 void print( [in] sequence<com::sun::star::beans::PropertyValue> xOptions )
|
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/ |
H A D | OfficeDocument.java | 176 public void print( /*IN*/ com.sun.star.beans.PropertyValue[] xOptions ) in print() argument 179 xPrintable.print( xOptions ); in print()
|
/trunk/main/sw/inc/ |
H A D | unotxdoc.hxx | 323 …virtual void SAL_CALL printPages(const css::uno::Sequence< css::beans::PropertyValue >& xOptions) … 409 …Any& aSelection, const css::uno::Sequence< css::beans::PropertyValue >& xOptions ) throw (css::lan… 410 …Any& aSelection, const css::uno::Sequence< css::beans::PropertyValue >& xOptions ) throw (css::lan… 411 …Any& aSelection, const css::uno::Sequence< css::beans::PropertyValue >& xOptions ) throw (css::lan…
|
/trunk/main/sd/source/ui/inc/ |
H A D | unomodel.hxx | 214 …om::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& xOptions ) throw (::com::s… 215 …om::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& xOptions ) throw (::com::s… 216 …om::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& xOptions ) throw (::com::s…
|
H A D | DocumentRenderer.hxx | 56 const css::uno::Sequence<css::beans::PropertyValue >& xOptions)
|
/trunk/main/basctl/source/basicide/ |
H A D | basicrenderable.hxx | 50 const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue >& xOptions)
|
/trunk/main/odk/examples/DevelopersGuide/Config/ |
H A D | ConfigExamples.java | 806 Object xOptions = xHierarchicalAccess.getByHierarchicalName(cGridOptionsPath + "/Option"); 809 (XPropertyState)UnoRuntime.queryInterface(XPropertyState.class, xOptions);
|
/trunk/main/sc/inc/ |
H A D | docuno.hxx | 163 ::com::sun::star::beans::PropertyValue >& xOptions ) 169 ::com::sun::star::beans::PropertyValue >& xOptions ) 174 ::com::sun::star::beans::PropertyValue >& xOptions )
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | XPagePrintable.idl | 82 void printPages( [in] sequence<com::sun::star::beans::PropertyValue> xOptions )
|
/trunk/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 1227 void SwXTextDocument::printPages(const Sequence< beans::PropertyValue >& xOptions) in printPages() argument 1244 for ( int n = 0; n < xOptions.getLength(); ++n ) in printPages() 1247 const beans::PropertyValue &rProp = xOptions.getConstArray()[n]; in printPages()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.hxx | 379 …om::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& xOptions ) throw (::com::s…
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 1050 void ScTabViewObj::print(const XPropertySetRef& xOptions)
|
H A D | docuno.cxx | 1527 void ScModelObj::print(const XPropertySetRef& xOptions)
|