Home
last modified time | relevance | path

Searched refs:l (Results 201 – 225 of 524) sorted by relevance

12345678910>>...21

/aoo4110/main/reportdesign/source/core/inc/
H A DReportHelperImpl.hxx469 BoundListeners l; \
476 …om::sun::star::uno::makeAny(varName.aCharLocale), ::com::sun::star::uno::makeAny(the_value), &l); \
480 l.notify(); \
687 BoundListeners l; \
694 …un::star::uno::makeAny(varName.aCharLocaleAsian), ::com::sun::star::uno::makeAny(the_value), &l); \
698 l.notify(); \
779 BoundListeners l; \
786 …::star::uno::makeAny(varName.aCharLocaleComplex), ::com::sun::star::uno::makeAny(the_value), &l); \
790 l.notify(); \
H A DFixedText.hxx61 BoundListeners l; in set() local
66 …t(_sProperty, ::com::sun::star::uno::makeAny(_member), ::com::sun::star::uno::makeAny(_Value), &l); in set()
70 l.notify(); in set()
H A DFormattedField.hxx64 BoundListeners l; in set() local
69 …t(_sProperty, ::com::sun::star::uno::makeAny(_member), ::com::sun::star::uno::makeAny(_Value), &l); in set()
73 l.notify(); in set()
H A DGroup.hxx65 BoundListeners l; in set() local
70 …t(_sProperty, ::com::sun::star::uno::makeAny(_member), ::com::sun::star::uno::makeAny(_Value), &l); in set()
74 l.notify(); in set()
H A DImageControl.hxx61 BoundListeners l; in set() local
64 …t(_sProperty, ::com::sun::star::uno::makeAny(_member), ::com::sun::star::uno::makeAny(_Value), &l); in set()
67 l.notify(); in set()
H A DReportEngineJFree.hxx61 BoundListeners l; in set() local
64 …t(_sProperty, ::com::sun::star::uno::makeAny(_member), ::com::sun::star::uno::makeAny(_Value), &l); in set()
67 l.notify(); in set()
/aoo4110/main/sal/qa/osl/process/
H A Dosl_process_child.cxx83 while (size_t l = _tcslen(reinterpret_cast<wchar_t*>(p))) in dump_env() local
87 p += l + 1; in dump_env()
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DInstallationPathIterator.java123 public final void addChangeListener(ChangeListener l) {} in addChangeListener() argument
124 public final void removeChangeListener(ChangeListener l) {} in removeChangeListener() argument
H A DParcelPropertiesPanel.java89 public final void addChangeListener(ChangeListener l) {} in addChangeListener() argument
90 public final void removeChangeListener(ChangeListener l) {} in removeChangeListener() argument
/aoo4110/main/basegfx/source/workbench/
H A Dbezierclip.cxx846 int i, j, k, l; // variable notation from formulas above and Sederberg article in Impl_calcSafeParams_focus() local
855 l = i - k; // invariant: k + l = i in Impl_calcSafeParams_focus()
857 assert(l>=0 && l<=n); // l \in {0,...,n} in Impl_calcSafeParams_focus()
862 d += static_cast<double>(fallFac(n,l)*fallFac(n-1,k)*fac(i)) / in Impl_calcSafeParams_focus()
863 static_cast<double>(fac(l)*fac(k) * fallFac(2*n-1,i)) * n * in Impl_calcSafeParams_focus()
864 ( (curve[k+1].x - curve[k].x)*(curve[l].x - focus[j].x) + // dot product here in Impl_calcSafeParams_focus()
865 (curve[k+1].y - curve[k].y)*(curve[l].y - focus[j].y) ); in Impl_calcSafeParams_focus()
/aoo4110/main/svx/source/inc/
H A Dfmgroup.hxx82 virtual void addBoundControlListener( const XBoundControlListenerRef& l );
83 virtual void removeBoundControlListener( const XBoundControlListenerRef& l );
/aoo4110/main/reportdesign/source/core/api/
H A DGroup.cxx335 BoundListeners l; in setSection() local
338 prepareSet(_sProperty, uno::makeAny(_member), uno::makeAny(_bOn), &l); in setSection()
343 l.notify(); in setSection()
/aoo4110/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx955 aEvent.xclient.data.l[0] = i_nTimeCode ? i_nTimeCode : CurrentTime; in askForXEmbedFocus()
956 aEvent.xclient.data.l[1] = 3; // XEMBED_REQUEST_FOCUS in askForXEmbedFocus()
957 aEvent.xclient.data.l[2] = 0; in askForXEmbedFocus()
958 aEvent.xclient.data.l[3] = 0; in askForXEmbedFocus()
959 aEvent.xclient.data.l[4] = 0; in askForXEmbedFocus()
2568 aEvent.in = (pEvent->xclient.data.l[1] == 1); in Dispatch()
2871 aEvent.xclient.data.l[0] = 1; in IMPL_LINK()
2872 aEvent.xclient.data.l[1] = nFSAtom; in IMPL_LINK()
2873 aEvent.xclient.data.l[2] = 0; in IMPL_LINK()
2874 aEvent.xclient.data.l[3] = 0; in IMPL_LINK()
[all …]
/aoo4110/main/xml2cmp/source/support/
H A Dsistr.hxx52 int l() const; // Length of string without '\0' at end.
136 Simstr::l() const { return len; } in l() function in Simstr
/aoo4110/main/vcl/inc/
H A Dgraphite_serverfont.hxx73 virtual int GetNextGlyphs( int l, sal_GlyphId* gia, Point& p, int& s, in GetNextGlyphs() argument
78 return maImpl.GetNextGlyphs(l, gia, p, s, gaa, cpa); in GetNextGlyphs()
/aoo4110/main/cui/source/dialogs/
H A Dcuigaldlg.cxx920 for( unsigned long l = 0; l < aFilters.size(); ++l ) in FillFilterList() local
927 pFilterEntry->aFilterName = aFilters[ l ].second.getToken( 0, ';', nIndex ); in FillFilterList()
928 nFirstExtFilterPos = aCbbFileType.InsertEntry( addExtension( aFilters[ l ].first, in FillFilterList()
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DPackageDescription.java392 private String getLocalizedValue(XMLPackageDescription packageData, String section, Locale l) { in getLocalizedValue() argument
395 String countryString = l.getCountry(); in getLocalizedValue()
396 String languageString = l.getLanguage(); in getLocalizedValue()
/aoo4110/test/
H A Drun.bat24 …fice.test.Run -r org.openoffice.test.common.Installer -l org.openoffice.test.common.XMLReporter -l
/aoo4110/main/extras/unx/source/kde/applnk/
H A DSPAdmin.kdelnk35 Comment[fr]=configuration de l'imprimante de OpenOffice
36 Comment[it]=l'impostazione stampante di OpenOffice
/aoo4110/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx950 double l = 0.5 - nTime; in prepareDiamond() local
953 …ide2.pushTriangle (basegfx::B2DVector (0,0), basegfx::B2DVector (1,0), basegfx::B2DVector (0.5,l)); in prepareDiamond()
954 …Slide2.pushTriangle (basegfx::B2DVector (0.5,l), basegfx::B2DVector (1,0), basegfx::B2DVector (h,0… in prepareDiamond()
958 …Slide2.pushTriangle (basegfx::B2DVector (l,0.5), basegfx::B2DVector (0.5,h), basegfx::B2DVector (0… in prepareDiamond()
959 …Slide2.pushTriangle (basegfx::B2DVector (0,0), basegfx::B2DVector (l,0.5), basegfx::B2DVector (0,1… in prepareDiamond()
960 …e2.pushTriangle (basegfx::B2DVector (0,0), basegfx::B2DVector (0.5,l), basegfx::B2DVector (l,0.5)); in prepareDiamond()
/aoo4110/main/qadevOOo/tests/java/ifc/frame/
H A D_XFrameLoader.java80 public void loadFinished(XFrameLoader l) { in loadFinished() argument
83 public void loadCancelled(XFrameLoader l) { in loadCancelled() argument
/aoo4110/main/soltools/inc/
H A Dsimstr.hxx83 int l() const; // Length of string without '\0' at end.
211 Simstr::l() const { return len; } in l() function in Simstr
/aoo4110/main/offapi/com/sun/star/awt/
H A DXItemEventBroadcaster.idl51 [oneway] void addItemListener( [in] com::sun::star::awt::XItemListener l );
57 [oneway] void removeItemListener( [in] com::sun::star::awt::XItemListener l );
/aoo4110/main/toolkit/inc/toolkit/awt/
H A Dvclxcontainer.hxx59 …:sun::star::uno::Reference< ::com::sun::star::awt::XVclContainerListener >& l ) throw(::com::sun::…
60 …:sun::star::uno::Reference< ::com::sun::star::awt::XVclContainerListener >& l ) throw(::com::sun::…
/aoo4110/main/offapi/com/sun/star/form/
H A DXFormController.idl51 [oneway] void addActivateListener( [in] ::com::sun::star::form::XFormControllerListener l );
52 [oneway] void removeActivateListener( [in] ::com::sun::star::form::XFormControllerListener l );

Completed in 121 milliseconds

12345678910>>...21