Searched refs:XPropertySetRef (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sc/source/filter/inc/ |
H A D | fapihelper.hxx | 141 ::com::sun::star::beans::XPropertySet > XPropertySetRef; typedef in ScfPropertySet 151 inline explicit ScfPropertySet( XPropertySetRef xPropSet ) { Set( xPropSet ); } in ScfPropertySet() 157 void Set( XPropertySetRef xPropSet ); 161 … { Set( XPropertySetRef( xInterface, ::com::sun::star::uno::UNO_QUERY ) ); } in Set() 167 inline XPropertySetRef GetApiPropertySet() const { return mxPropSet; } in GetApiPropertySet() 233 XPropertySetRef mxPropSet; /// The mandatory property set interface.
|
H A D | xichart.hxx | 759 …n::star::uno::Reference< ::com::sun::star::beans::XPropertySet > XPropertySetRef; typedef in XclImpChSerErrorBar 777 static XPropertySetRef CreateErrorBar( 802 …n::star::uno::Reference< ::com::sun::star::beans::XPropertySet > XPropertySetRef; typedef in XclImpChSeries 870 XPropertySetRef CreateErrorBar( sal_uInt8 nPosBarId, sal_uInt8 nNegBarId ) const;
|
/aoo4110/main/extensions/test/stm/ |
H A D | datatest.cxx | 814 BOOL compareMyPropertySet( XPropertySetRef &r1 , XPropertySetRef &r2 ) in compareMyPropertySet() 854 XPropertySetRef rProp1( rPersist1 , USR_QUERY ); in compareMyPropertySet() 855 XPropertySetRef rProp2( rPersist2 , USR_QUERY ); in compareMyPropertySet() 918 XPropertySetRef rProp( persistRef , USR_QUERY ); in testObject() 951 XPropertySetRef rPropRead( xReadPersistRef , USR_QUERY ); in testObject() 970 XPropertySetRef rProp( persistRef , USR_QUERY ); in testObject() 1024 XPropertySetRef rProp1( persistRef , USR_QUERY ); in testObject() 1025 XPropertySetRef rProp2( xReadPersistRef , USR_QUERY ); in testObject()
|
/aoo4110/main/sc/workben/ |
H A D | test.cxx | 340 XPropertySetRef xProp = (XPropertySet*)xCursor->queryInterface(XPropertySet::getSmartUik()); in lcl_SetText() 537 XPropertySetRef xProp = (XPropertySet*) in lcl_Cursor() 694 XPropertySetRef xCol = xCols->getColumnByIndex(2); in lcl_Sheet() 720 XPropertySetRef xRow = xRows->getRowByIndex(1); in lcl_Sheet() 752 XPropertySetRef xProp = (XPropertySet*)xRange->queryInterface(XPropertySet::getSmartUik()); in lcl_Names() 988 XPropertySetRef xPropSet = (XPropertySet*) in lcl_Sort() 1424 XPropertySetRef xProp = (XPropertySet*)xNew->queryInterface(XPropertySet::getSmartUik()); in lcl_Styles() 1450 XPropertySetRef xProp = (XPropertySet*)xStyle->queryInterface(XPropertySet::getSmartUik()); in lcl_PageStyle() 1508 XPropertySetRef xNewProp = xNew->getFieldByIndex(i); in lcl_AutoForm() 1776 XPropertySetRef xProp = (XPropertySet*)xField-> in IMPL_LINK() [all …]
|
/aoo4110/main/toolkit/workben/ |
H A D | controls.cxx | 68 XPropertySetRef xCtrlModel; 70 XPropertySetRef xContModel; 191 XPropertySetRef xPSet( xModel, USR_QUERY ); in MouseButtonDown()
|
/aoo4110/main/extensions/workben/ |
H A D | pythontest.cxx | 405 XPropertySetRef *pRef = ( XPropertySetRef * ) aValue.get(); in dumpVarToStream()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 1044 XPropertySetRef ScTabViewObj::createPrintOptions(void) 1050 void ScTabViewObj::print(const XPropertySetRef& xOptions)
|
H A D | docuno.cxx | 1521 XPropertySetRef ScModelObj::createPrintOptions(void) 1527 void ScModelObj::print(const XPropertySetRef& xOptions)
|
Completed in 84 milliseconds