Home
last modified time | relevance | path

Searched refs:Adapter (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/pyuno/source/module/
H A Dpyuno_adapter.cxx61 Adapter::Adapter( const PyRef & ref, const Sequence< Type > &types ) in Adapter() function in pyuno::Adapter
67 Adapter::~Adapter() in ~Adapter()
77 Sequence<sal_Int8> Adapter::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
82 sal_Int64 Adapter::getSomething( const Sequence< sal_Int8 > &id) throw (RuntimeException) in getSomething()
103 Reference< XIntrospectionAccess > Adapter::getIntrospection() in getIntrospection()
110 Sequence< sal_Int16 > Adapter::getOutIndexes( const OUString & functionName ) in getOutIndexes()
189 Any Adapter::invoke( const OUString &aFunctionName, in invoke()
363 void Adapter::setValue( const OUString & aPropertyName, const Any & value ) in setValue()
391 Any Adapter::getValue( const OUString & aPropertyName ) in getValue()
415 sal_Bool Adapter::hasMethod( const OUString & aMethodName ) in hasMethod()
[all …]
H A Dpyuno_runtime.cxx609 … sal_Int64 that = tunnel->getSomething( ::pyuno::Adapter::getUnoTunnelImplementationId() ); in any2PyObject()
611 return ((Adapter*)sal::static_int_cast< sal_IntPtr >(that))->getWrappedObject(); in any2PyObject()
882 Adapter *pAdapter = ( Adapter * ) in pyObject2Any()
885 ::pyuno::Adapter::getUnoTunnelImplementationId() ) ); in pyObject2Any()
895 Adapter *pAdapter = new Adapter( o, interfaces ); in pyObject2Any()
H A Dpyuno_impl.hxx236 class Adapter : public cppu::WeakImplHelper2< class
249 Adapter( const PyRef &obj,
255 virtual ~Adapter();
/AOO41X/main/jurt/test/com/sun/star/uno/
H A DWeakReference_Test.java62 private static final class Adapter implements XAdapter { class in WeakReference_Test.MockWeak
63 public Adapter(Object obj) { in Adapter() method in WeakReference_Test.MockWeak.Adapter
112 private final Adapter adapter = new Adapter(this);
/AOO41X/extras/l10n/source/fr/
H A Dlocalize.sdf1559 …nds.UserInterface.Commands..uno:AdjustPrintZoom Label 0 fr Adapter l'échelle …
2263 …ds.UserInterface.Commands..uno:TextFitToSizeTool Label 0 fr Adapter le texte au cadre…
2267 …nterface.Commands..uno:VerticalTextFitToSizeTool Label 0 fr Adapter le texte vertical…
3464 …mmands.UserInterface.Commands..uno:TextFitToSize Label 0 fr Adapter au cadre …
3607 …ommands.UserInterface.Commands..uno:FitInWindow Label 0 fr Adapter à la taille de la…
3957 …mands.UserInterface.Commands..uno:WrapAnchorOnly Label 0 fr Adapter au premier paragr…
3962 …rCommands.UserInterface.Commands..uno:WrapLeft Label 0 fr Adapter à gauche …
3965 …rCommands.UserInterface.Commands..uno:WrapRight Label 0 fr Adapter à droite …
5207 …rc 0 stringlist RID_SCPAGE_TABLE.LB_SCALEMODE 2 0 fr Adapter les zones d'impre…
5208 …rc 0 stringlist RID_SCPAGE_TABLE.LB_SCALEMODE 3 0 fr Adapter les zones d'impre…
[all …]