Home
last modified time | relevance | path

Searched defs:l (Results 26 – 50 of 192) sorted by relevance

12345678

/trunk/main/svx/inc/svx/
H A Drulritem.hxx291 void SetStartX(long l) { nStartX = l; } in SetStartX()
292 void SetEndX(long l) { nEndX = l; } in SetEndX()
293 void SetStartY(long l) { nStartY = l; } in SetStartY()
294 void SetEndY(long l) { nEndY = l; } in SetEndY()
/trunk/main/toolkit/source/controls/
H A Deventcontainer.cxx188 void NameContainer_Impl::addContainerListener( const ::com::sun::star::uno::Reference< ::com::sun::… in addContainerListener()
193 void NameContainer_Impl::removeContainerListener( const ::com::sun::star::uno::Reference< ::com::su… in removeContainerListener()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DParcelContentsIterator.java216 public final void addChangeListener(ChangeListener l) {} in addChangeListener()
217 public final void removeChangeListener(ChangeListener l) {} in removeChangeListener()
/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx98 SbxINT64 operator - ( const SbxINT64 &l, const SbxINT64 &r ) in operator -()
104 SbxINT64 operator + ( const SbxINT64 &l, const SbxINT64 &r ) in operator +()
110 SbxINT64 operator / ( const SbxINT64 &l, const SbxINT64 &r ) in operator /()
116 SbxINT64 operator % ( const SbxINT64 &l, const SbxINT64 &r ) in operator %()
122 SbxINT64 operator * ( const SbxINT64 &l, const SbxINT64 &r ) in operator *()
128 SbxINT64 operator & ( const SbxINT64 &l, const SbxINT64 &r ) in operator &()
135 SbxINT64 operator | ( const SbxINT64 &l, const SbxINT64 &r ) in operator |()
142 SbxINT64 operator ^ ( const SbxINT64 &r, const SbxINT64 &l ) in operator ^()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XUIConfiguration.java67 XUIConfigurationListener l; in before() local
/trunk/main/dbaccess/source/core/inc/
H A DDatabaseDataProvider.hxx230 BoundListeners l; in set() local
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java229 LinkedList l = (LinkedList) refHolders.get(oid); in hasRefHolder() local
244 LinkedList l = (LinkedList) refHolders.get(oid); in addRefHolder() local
266 LinkedList l = (LinkedList) refHolders.get(oid); in remRefHolder() local
294 LinkedList l = (LinkedList) e.getValue(); in freeHolders() local
/trunk/main/i18npool/source/characterclassification/
H A DcharacterclassificationImpl.cxx45 for (size_t l = 0; l < lookupTable.size(); l++) in ~CharacterClassificationImpl() local
139 for (size_t l = 0; l < lookupTable.size(); l++) { in createLocaleSpecificCharacterClassification() local
177 sal_Int32 l = rLocale.Language.getLength(); in getLocaleSpecificCharacterClassification() local
/trunk/main/xmloff/source/transform/
H A DOasis2OOo.cxx88 #define ENTRY3( n, l, a, p1, p2, p3 ) \ argument
90 #define ENTRY3QNQ( n, l, a, n1, l1, p2, n3, l3 ) \ argument
94 #define ENTRY2( n, l, a, p1, p2 ) \ argument
96 #define ENTRY2QQ( n, l, a, n1, l1, n2, l2 ) \ argument
99 #define ENTRY2QN( n, l, a, n1, l1, p2 ) \ argument
102 #define ENTRY1( n, l, a, p1 ) \ argument
104 #define ENTRY1Q( n, l, a, p1, t1 ) \ argument
107 #define ENTRY0( n, l, a ) \ argument
/trunk/main/reportdesign/source/core/inc/
H A DFixedText.hxx61 BoundListeners l; in set() local
H A DFormattedField.hxx64 BoundListeners l; in set() local
H A DFunction.hxx64 BoundListeners l; in set() local
H A DGroup.hxx65 BoundListeners l; in set() local
H A DFixedLine.hxx66 BoundListeners l; in set() local
H A DFormatCondition.hxx59 BoundListeners l; in set() local
H A DReportEngineJFree.hxx61 BoundListeners l; in set() local
H A DImageControl.hxx61 BoundListeners l; in set() local
H A DSection.hxx80 BoundListeners l; in set() local
H A DShape.hxx71 BoundListeners l; in set() local
/trunk/main/codemaker/source/codemaker/
H A Dunotype.cxx78 sal_Int32 l = k; in decompose() local
/trunk/main/vcl/source/fontsubset/
H A Dlist.cxx135 list listNewCopy(list l) /*- copy ctor */ in listNewCopy()
417 void printlist(list l) in printlist()
437 void printstringlist(list l) in printstringlist()
457 void printstat(list l) in printstat()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleComponentImpl.java213 public void addFocusListener(java.awt.event.FocusListener l) { in addFocusListener()
226 public void removeFocusListener(java.awt.event.FocusListener l) { in removeFocusListener()
/trunk/main/sal/inc/sal/
H A Dmacros.h39 # define SAL_BOUND(x,l,h) ((x) <= (l) ? (l) : ((x) >= (h) ? (h) : (x))) argument
/trunk/main/framework/qa/complex/imageManager/
H A D_XUIConfiguration.java56 XUIConfigurationListener l; in before() local
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Ddiagnostics.h62 #define _JFW_ENSURE(c, f, l, m) jfw_ensure(c, f, l, m) argument
63 #define _JFW_WARNING(c, f, l, m) jfw_warning2(c, f, l, m); argument

Completed in 156 milliseconds

12345678