Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 192) sorted by relevance

12345678

/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs212 public void testEnum1(Logger l) { in testEnum1()
218 public void testEnum2(Logger l) { in testEnum2()
226 public void testPolyStruct(Logger l) { in testPolyStruct()
236 public void testEmptyStruct2(Logger l) { in testEmptyStruct2()
331 public void testFullStruct2(Logger l) { in testFullStruct2()
453 public void testS1(Logger l) { in testS1()
1022 void testSingletons(Logger l) in testSingletons()
1047 void testAttributes(Logger l) in testAttributes()
1190 void testPolymorphicType(Logger l) in testPolymorphicType()
1207 void testInterface(Logger l) in testInterface()
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtprmap.cxx38 #define _M_E( a, p, l, t, c ) \ argument
44 #define _M_ED( a, p, l, t, c ) \ argument
48 #define MT_E( a, p, l, t, c ) \ argument
50 #define MT_ED( a, p, l, t, c ) \ argument
54 #define MP_E( a, p, l, t, c ) \ argument
56 #define MP_ED( a, p, l, t, c ) \ argument
60 #define MG_E( a, p, l, t, c ) \ argument
62 #define MG_ED( a, p, l, t, c ) \ argument
68 #define MS_E( a, p, l, t, c ) \ argument
70 #define MS_ED( a, p, l, t, c ) \ argument
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmlitemm.cxx41 #define MAP_ENTRY( p, l, w, m ) \ argument
43 #define M_E_SI( p, l, w, m ) \ argument
45 #define M_E_SE( p, l, w, m ) \ argument
47 #define M_E_SIE( p, l, w, m ) \ argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DParameters.java112 public void addVetoableChangeListener(String name, XVetoableChangeListener l) { in addVetoableChangeListener()
115 public void removeVetoableChangeListener(String name, XVetoableChangeListener l) { in removeVetoableChangeListener()
118 public void addPropertyChangeListener(String name, XPropertyChangeListener l) { in addPropertyChangeListener()
121 public void removePropertyChangeListener(String name, XPropertyChangeListener l) { in removePropertyChangeListener()
/trunk/main/svtools/source/dialogs/
H A Dmcvmath.hxx81 Fix( short l ) { x=(long(l)<<FIX_POST); } in Fix()
82 Fix( sal_uInt16 l ) { x=(long(l)<<FIX_POST); } in Fix()
83 Fix( long l ) { x=(l<<FIX_POST); } in Fix()
153 long l = a.x+b.x; in operator +() local
159 long l = a.x-b.x; in operator -() local
165 long l=(a.x*b.x+FIX_ADD)>>FIX_POST; in operator *() local
171 long l=(a.x<<FIX_POST)/b.x; in operator /() local
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DReportExpressionMetaData.java40 String getDisplayName(Locale l); in getDisplayName()
42 String getDescription(Locale l); in getDescription()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/expressions/
H A DSumExpressionMetaData.java33 public String getDescription(final Locale l) in getDescription()
39 public String getDisplayName(final Locale l) in getDisplayName()
/trunk/main/sal/inc/osl/
H A Ddiagnose.h116 #define _OSL_ASSERT(c, f, l) \ argument
123 #define _OSL_ENSURE(c, f, l, m) \ argument
133 #define _OSL_ASSERT(c, f, l) ((void)0) argument
134 #define _OSL_ENSURE(c, f, l, m) ((void)0) argument
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DInstallationPathIterator.java123 public final void addChangeListener(ChangeListener l) {} in addChangeListener()
124 public final void removeChangeListener(ChangeListener l) {} in removeChangeListener()
H A DParcelPropertiesPanel.java89 public final void addChangeListener(ChangeListener l) {} in addChangeListener()
90 public final void removeChangeListener(ChangeListener l) {} in removeChangeListener()
H A DSelectPathPanel.java103 public final void addChangeListener(ChangeListener l) { in addChangeListener()
108 public final void removeChangeListener(ChangeListener l) { in removeChangeListener()
H A DJavaScriptIterator.java212 public final void addChangeListener(ChangeListener l) {} in addChangeListener()
213 public final void removeChangeListener(ChangeListener l) {} in removeChangeListener()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DAccessibleEventMulticaster.java47 protected XAccessibleEventListener remove(XAccessibleEventListener l) { in remove()
78 …public static XAccessibleEventListener remove(XAccessibleEventListener l, XAccessibleEventListener… in remove()
/trunk/main/configmgr/source/
H A Dconfigurationprovider.cxx310 void Service::addRefreshListener( in addRefreshListener()
318 void Service::removeRefreshListener( in removeRefreshListener()
336 void Service::addFlushListener( in addFlushListener()
343 void Service::removeFlushListener( in removeFlushListener()
366 comphelper::Locale l(locale_); in getLocale() local
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java238 int l = scrollfields.size(); in insertRowAtEnd() local
239 registerControlGroup(newRow(l), l); in insertRowAtEnd() local
281 int l = scrollfields.size(); in removeLastRow() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XFrameLoader.java80 public void loadFinished(XFrameLoader l) { in loadFinished()
83 public void loadCancelled(XFrameLoader l) { in loadCancelled()
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityTreeModelBase.java37 public synchronized void addTreeModelListener(TreeModelListener l) in addTreeModelListener()
42 public synchronized void removeTreeModelListener(TreeModelListener l) in removeTreeModelListener()
/trunk/main/basic/source/comp/
H A Dexprnode.cxx42 SbiExprNode::SbiExprNode( SbiParser* p, SbiExprNode* l, SbiToken t, SbiExprNode* r ) in SbiExprNode() function in SbiExprNode
73 SbiExprNode::SbiExprNode( SbiParser* p, const SbiSymDef& r, SbxDataType t, SbiExprList* l ) in SbiExprNode()
89 SbiExprNode::SbiExprNode( SbiParser* p, SbiExprNode* l, sal_uInt16 nId ) in SbiExprNode() function in SbiExprNode
/trunk/main/soltools/inc/
H A Dsimstr.hxx211 Simstr::l() const { return len; } in l() function in Simstr
/trunk/main/xml2cmp/source/support/
H A Dsistr.hxx136 Simstr::l() const { return len; } in l() function in Simstr
/trunk/main/tools/source/misc/
H A Dextendapplicationenvironment.cxx51 rlimit l; in extendApplicationEnvironment() local
/trunk/main/pyuno/source/module/
H A Dpyuno_runtime.cxx445 sal_Int32 l = 0; in any2PyObject() local
455 sal_uInt32 l = 0; in any2PyObject() local
461 sal_Int64 l = 0; in any2PyObject() local
467 sal_uInt64 l = 0; in any2PyObject() local
507 sal_Int32 l = *(sal_Int32 *) a.getValue(); in any2PyObject() local
701 sal_Int32 l = (sal_Int32) PyInt_AsLong( o ); in pyObject2Any() local
721 sal_Int64 l = (sal_Int64)PyLong_AsLong (o); in pyObject2Any() local
/trunk/main/registry/test/
H A Dregdiagnose.h32 #define _REG_ENSURE(c, f, l, m) \ argument
/trunk/main/i18npool/source/inputchecker/
H A Dinputsequencechecker.cxx52 for (size_t l = 0; l < lookupTable.size(); l++) in ~InputSequenceCheckerImpl() local
120 for (size_t l = 0; l < lookupTable.size(); l++) { in getInputSequenceChecker() local
/trunk/main/i18npool/source/collator/
H A DcollatorImpl.cxx52 for (size_t l = 0; l < lookupTable.size(); l++) in ~CollatorImpl() local
157 for (size_t l = 0; l < lookupTable.size(); l++) { in createCollator() local
196 sal_Int32 l = rLocale.Language.getLength(); in loadCachedCollator() local

Completed in 133 milliseconds

12345678