/aoo42x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 212 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 …]
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtprmap.cxx | 38 #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 …]
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlitemm.cxx | 41 #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
|
/aoo42x/main/qadevOOo/runner/lib/ |
H A D | Parameters.java | 112 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()
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | mcvmath.hxx | 81 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
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/ |
H A D | ReportExpressionMetaData.java | 40 String getDisplayName(Locale l); in getDisplayName() 42 String getDescription(Locale l); in getDescription()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/expressions/ |
H A D | SumExpressionMetaData.java | 33 public String getDescription(final Locale l) in getDescription() 39 public String getDisplayName(final Locale l) in getDisplayName()
|
/aoo42x/main/sal/inc/osl/ |
H A D | diagnose.h | 116 #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
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ |
H A D | InstallationPathIterator.java | 123 public final void addChangeListener(ChangeListener l) {} in addChangeListener() 124 public final void removeChangeListener(ChangeListener l) {} in removeChangeListener()
|
H A D | ParcelPropertiesPanel.java | 89 public final void addChangeListener(ChangeListener l) {} in addChangeListener() 90 public final void removeChangeListener(ChangeListener l) {} in removeChangeListener()
|
H A D | SelectPathPanel.java | 103 public final void addChangeListener(ChangeListener l) { in addChangeListener() 108 public final void removeChangeListener(ChangeListener l) { in removeChangeListener()
|
H A D | JavaScriptIterator.java | 212 public final void addChangeListener(ChangeListener l) {} in addChangeListener() 213 public final void removeChangeListener(ChangeListener l) {} in removeChangeListener()
|
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/misc/ |
H A D | AccessibleEventMulticaster.java | 47 protected XAccessibleEventListener remove(XAccessibleEventListener l) { in remove() 78 …public static XAccessibleEventListener remove(XAccessibleEventListener l, XAccessibleEventListener… in remove()
|
/aoo42x/main/configmgr/source/ |
H A D | configurationprovider.cxx | 310 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
|
/aoo42x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | TopicsControl.java | 238 int l = scrollfields.size(); in insertRowAtEnd() local 239 registerControlGroup(newRow(l), l); in insertRowAtEnd() local 281 int l = scrollfields.size(); in removeLastRow() local
|
/aoo42x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XFrameLoader.java | 80 public void loadFinished(XFrameLoader l) { in loadFinished() 83 public void loadCancelled(XFrameLoader l) { in loadCancelled()
|
/aoo42x/main/toolkit/test/accessibility/ |
H A D | AccessibilityTreeModelBase.java | 37 public synchronized void addTreeModelListener(TreeModelListener l) in addTreeModelListener() 42 public synchronized void removeTreeModelListener(TreeModelListener l) in removeTreeModelListener()
|
/aoo42x/main/basic/source/comp/ |
H A D | exprnode.cxx | 42 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
|
/aoo42x/main/soltools/inc/ |
H A D | simstr.hxx | 211 Simstr::l() const { return len; } in l() function in Simstr
|
/aoo42x/main/xml2cmp/source/support/ |
H A D | sistr.hxx | 136 Simstr::l() const { return len; } in l() function in Simstr
|
/aoo42x/main/tools/source/misc/ |
H A D | extendapplicationenvironment.cxx | 51 rlimit l; in extendApplicationEnvironment() local
|
/aoo42x/main/pyuno/source/module/ |
H A D | pyuno_runtime.cxx | 445 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
|
/aoo42x/main/registry/test/ |
H A D | regdiagnose.h | 32 #define _REG_ENSURE(c, f, l, m) \ argument
|
/aoo42x/main/i18npool/source/inputchecker/ |
H A D | inputsequencechecker.cxx | 52 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
|
/aoo42x/main/i18npool/source/collator/ |
H A D | collatorImpl.cxx | 52 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
|