Home
last modified time | relevance | path

Searched refs:beans (Results 1326 – 1350 of 5912) sorted by relevance

1...<<51525354555657585960>>...237

/trunk/main/offapi/com/sun/star/frame/
H A DXFrameLoaderQuery.idl31 #include <com/sun/star/beans/XPropertySet.idl>
35 #include <com/sun/star/beans/PropertyValue.idl>
63 sequence< ::com::sun::star::beans::PropertyValue > getLoaderProperties( [in] string sFilterName );
70 …string searchFilter( [in] string sURL, [in] sequence< com::sun::star::beans::PropertyValue > seqAr…
/trunk/main/offapi/com/sun/star/presentation/
H A DXPresentation2.idl31 #include <com/sun/star/beans/XPropertySet.idl>
35 #include <com/sun/star/beans/PropertyValue.idl>
70 interface com::sun::star::beans::XPropertySet;
77 void startWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XMultiHierarchicalPropertySet.java23 package ifc.beans;
30 import com.sun.star.beans.XHierarchicalPropertySetInfo;
31 import com.sun.star.beans.XMultiHierarchicalPropertySet;
112 } catch (com.sun.star.beans.PropertyVetoException e) { in _setHierarchicalPropertyValues()
/trunk/main/xmloff/source/draw/
H A Dximpstyl.cxx170 ::com::sun::star::beans::XPropertySet > & rPropSet );
257 const Reference< beans::XPropertySet > & rPropSet ) in FillPropertySet()
288 Reference< beans::XPropertySetInfo > xInfo; in FillPropertySet()
1291 uno::Reference< beans::XPropertySet > xInfoSet( GetImport().getImportInfo() ); in EndElement()
1294 uno::Reference< beans::XPropertySetInfo > xInfoSetInfo( xInfoSet->getPropertySetInfo() ); in EndElement()
1403 uno::Reference< beans::XPropertySet > xPropSet( xStyle, uno::UNO_QUERY ); in ImpSetGraphicStyles()
1404 uno::Reference< beans::XPropertySetInfo > xPropSetInfo; in ImpSetGraphicStyles()
1408 uno::Reference< beans::XPropertyState > xPropState( xStyle, uno::UNO_QUERY ); in ImpSetGraphicStyles()
1423 …if( xPropSetInfo->hasPropertyByName( rName ) && beans::PropertyState_DIRECT_VALUE == xPropState->g… in ImpSetGraphicStyles()
1456 uno::Reference< beans::XPropertySet > xPropSet(xStyle, uno::UNO_QUERY); in ImpSetGraphicStyles()
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx65 namespace beans = com::sun::star::beans ;
214 static uno::Reference< beans::XPropertySet > createMenuBarUI( in createMenuBarUI()
227 uno::Reference< beans::XPropertySet > xMenuBarUI = in createMenuBarUI()
228 uno::Reference< beans::XPropertySet > ( in createMenuBarUI()
321 virtual uno::Any SAL_CALL execute(const uno::Sequence<beans::NamedValue>&)
626 MenuBarButtonJob::execute(const uno::Sequence<beans::NamedValue>& ) in execute()
751 uno::Reference< beans::XFastPropertySet > xQuickStarter( in run()
783 UpdateCheck::initialize(const uno::Sequence< beans::NamedValue >& rValues, in initialize()
1398 uno::Reference<beans::XPropertySet> xMenuBarUI( m_xMenuBarUI ); in handleMenuBarUI()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx57 using namespace com::sun::star::beans;
131 …::getCppuType( (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XMultiPropertySet… in getTypes()
132 …::getCppuType( (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XFastPropertySet … in getTypes()
133 …::getCppuType( (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > *)… in getTypes()
661 Sequence< com::sun::star::beans::Property > aProps(10); in createArrayHelper()
662 com::sun::star::beans::Property* pProperties = aProps.getArray(); in createArrayHelper()
833 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OStatement_B… in getPropertySetInfo()
/trunk/main/svx/source/unodraw/
H A Dtableshape.cxx43 using namespace ::com::sun::star::beans;
62 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoExce… in setPropertyValueImpl()
117 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce… in getPropertyValueImpl()
/trunk/main/sw/source/core/unocore/
H A Dunoredlines.cxx74 …uno::Reference <beans::XPropertySet> xRet = SwXRedlines::GetObject( *rRedTbl.GetObject((sal_uInt16… in getByIndex()
93 return ::getCppuType((uno::Reference<beans::XPropertySet>*)0); in getElementType()
124 beans::XPropertySet* SwXRedlines::GetObject( SwRedline& rRedline, SwDoc& rDoc ) in GetObject()
166 …uno::Reference <beans::XPropertySet> xRet = SwXRedlines::GetObject( *rRedTbl.GetObject(nCurrentInd… in nextElement()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSOImageService.java26 import com.sun.star.beans.PropertyValue;
27 import com.sun.star.beans.UnknownPropertyException;
28 import com.sun.star.beans.XPropertySet;
29 import com.sun.star.beans.XPropertySetInfo;
/trunk/main/framework/inc/framework/
H A Daddonmenu.hxx71 …void Initialize( const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& …
124 …:sun::star::uno::Sequence< com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > >…
129 …static void GetMenuEntry( const com::sun::star::uno::Sequence< com::sun::star::beans::Proper…
135 …:sun::star::uno::Sequence< com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > >…
/trunk/main/odk/examples/java/Text/
H A DGraphicsInserter.java72 new com.sun.star.beans.PropertyValue[0]); in main()
124 com.sun.star.beans.XPropertySet xPropSet = in main()
125 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in main()
126 com.sun.star.beans.XPropertySet.class, oGraphic); in main()
/trunk/main/offapi/com/sun/star/text/
H A DXTextContentAppend.idl31 #include <com/sun/star/beans/PropertyValues.idl>
39 #include <com/sun/star/beans/UnknownPropertyException.idl>
74 [in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties )
76 com::sun::star::beans::UnknownPropertyException );
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXSortableGridData.idl28 #include <com/sun/star/beans/Pair.idl>
59 …a structure describing the current sort order. <member scope="::com::sun::star::beans">Pair::First…
61 …<member scope="::com::sun::star::beans">Pair::Second</member> is <TRUE/> if the data is sorted asc…
64 ::com::sun::star::beans::Pair< long, boolean >
/trunk/main/offapi/com/sun/star/chart/
H A DXAxisXSupplier.idl35 #include <com/sun/star/beans/XPropertySet.idl>
73 com::sun::star::beans::XPropertySet getXAxis();
83 com::sun::star::beans::XPropertySet getXMainGrid();
93 com::sun::star::beans::XPropertySet getXHelpGrid();
H A DXAxisYSupplier.idl35 #include <com/sun/star/beans/XPropertySet.idl>
73 com::sun::star::beans::XPropertySet getYAxis();
83 com::sun::star::beans::XPropertySet getYHelpGrid();
93 com::sun::star::beans::XPropertySet getYMainGrid();
H A DXAxisZSupplier.idl35 #include <com/sun/star/beans/XPropertySet.idl>
68 com::sun::star::beans::XPropertySet getZMainGrid();
78 com::sun::star::beans::XPropertySet getZHelpGrid();
90 com::sun::star::beans::XPropertySet getZAxis();
/trunk/main/offapi/com/sun/star/report/
H A DXFunction.idl27 #include <com/sun/star/beans/XPropertySet.idl>
30 #include <com/sun/star/beans/Optional.idl>
47 interface com::sun::star::beans::XPropertySet;
76 [attribute,bound] com::sun::star::beans::Optional<string> InitialFormula;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_MailMerge.java78 } catch (com.sun.star.beans.PropertyVetoException e){ in _ResultSet()
84 } catch (com.sun.star.beans.UnknownPropertyException e){ in _ResultSet()
122 } catch (com.sun.star.beans.PropertyVetoException e){ in _ActiveConnection()
128 } catch (com.sun.star.beans.UnknownPropertyException e){ in _ActiveConnection()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.hxx52 using namespace ::com::sun::star::beans;
110 …ar::lang::Locale& aLocale, sal_Int16 nMaxLeading, const ::com::sun::star::beans::PropertyValues& a…
111 …n::star::lang::Locale& aLocale, sal_Int16 nIndex, const ::com::sun::star::beans::PropertyValues& a…
112 …d, const ::com::sun::star::lang::Locale& aLocale, const ::com::sun::star::beans::PropertyValues& a…
/trunk/main/scripting/source/basprov/
H A Dbasmethnode.hxx100 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
104 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XIntrospectionAccess > SAL_CALL…
114 …throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::script::CannotConvertE…
117 …throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException);
/trunk/main/connectivity/source/cpool/
H A DZConnectionPool.hxx62 …typedef ::cppu::WeakImplHelper1< ::com::sun::star::beans::XPropertyChangeListener> OConnectionPool…
125 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rInfo);
140 …::OUString& url, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& …
144 …virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) th…
/trunk/main/cppuhelper/source/
H A Dprimeweak.cxx114 InitTypeDesc( com::sun::star::beans::PropertyState ); in primeWeakMap()
115 InitTypeDesc( com::sun::star::beans::PropertyValue ); in primeWeakMap()
116 InitTypeDesc( com::sun::star::beans::XPropertySet ); in primeWeakMap()
117 InitTypeDesc( com::sun::star::beans::XMultiPropertySet ); in primeWeakMap()
/trunk/main/connectivity/qa/complex/connectivity/
H A DJdbcLongVarCharTest.java25 import com.sun.star.beans.PropertyState;
26 import com.sun.star.beans.PropertyValue;
63 …public void testLongVarChar() throws com.sun.star.uno.Exception, com.sun.star.beans.UnknownPropert… in testLongVarChar()
73 com.sun.star.beans.PropertyValue prop[] = new PropertyValue[1]; in testLongVarChar()
/trunk/main/chart2/source/inc/
H A DAxisHelper.hxx106 …static void makeGridVisible( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPro…
109 …static void makeGridInvisible( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XP…
114 …sLabelsVisible( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& x…
116 …static sal_Bool isGridVisible( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XP…
159 ::com::sun::star::beans::XPropertySet >
209 ::com::sun::star::beans::XPropertySet > >
/trunk/main/sw/source/ui/sidebar/
H A DPageMarginControl.cxx430 …::com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue > aSeq = aWinOpt.GetUserData… in GetUserCustomValues()
442 …::com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue > aSeq = aWinOpt2.GetUserDat… in GetUserCustomValues()
454 …::com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue > aSeq = aWinOpt3.GetUserDat… in GetUserCustomValues()
466 …::com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue > aSeq = aWinOpt4.GetUserDat… in GetUserCustomValues()
478 …::com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue > aSeq = aWinOpt5.GetUserDat… in GetUserCustomValues()
497 ::com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue > aSeq(1); in StoreUserCustomValues()

Completed in 537 milliseconds

1...<<51525354555657585960>>...237