Home
last modified time | relevance | path

Searched refs:p (Results 1626 – 1650 of 3700) sorted by relevance

1...<<61626364656667686970>>...148

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DComponent.java586 public boolean contains(java.awt.Point p) { in contains() argument
588 return unoAccessibleComponent.containsPoint(new com.sun.star.awt.Point(p.x, p.y)); in contains()
618 public void setLocation(java.awt.Point p) { in setLocation() argument
652 public javax.accessibility.Accessible getAccessibleAt(java.awt.Point p) { in getAccessibleAt() argument
H A DButton.java140 public javax.accessibility.Accessible getAccessibleAt(java.awt.Point p) { in getAccessibleAt() argument
143 new com.sun.star.awt.Point(p.x, p.y))); in getAccessibleAt()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCharacterClassification.idl145 <p> A name or identifier must match the
150 <em>aUserDefinedCharactersCont</em>. </p>
160 <p> If a token may represent either a numeric value or a
236 <p> Other parameters are the same as in
240 is returned. </p>
/trunk/main/registry/inc/registry/
H A Dwriter.hxx283 void const * p = typereg_writer_getBlob(m_handle, size); in getBlob() local
284 if (p == 0) { in getBlob()
287 return p; in getBlob()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXConstantTypeDescription.idl39 <p>The type class of this type is
42 <p>Constants may be contained in constants groups and modules.
54 <p>Following types are allowed for constants:
H A DXSingletonTypeDescription.idl43 <p>This type is superseded by <type>XSingletonTypeDescription2</type>, which
45 service-based singletons.</p>
47 <p>The type class of this type is
/trunk/main/setup_native/scripts/source/
H A Dgetuid.c49 int setuid (uid_t p) {return 0;} in setuid() argument
50 int setgid (gid_t p) {return 0;} in setgid() argument
116 int setgid (gid_t p) {return 0;}
/trunk/main/offapi/com/sun/star/text/
H A DWritingMode.idl44 <p>
53 <p>
62 <p>
/trunk/main/offapi/com/sun/star/ucb/
H A DCommandInfoChangeEvent.idl38 <p>A <type>CommandInfoChangeEvent</type> object is sent to
51 <p>May be <code>-1</code> if the implementation has no handle.
58 <p>The value can be one of the <type>CommandInfoChange</type> constants.
H A DContentInfoAttribute.idl50 <p>It's value for the property "IsDocument" will be true.
57 <p>It's value for the property "IsFolder" will be true.
64 <p>It will support the property "TargetURL" ( which identifies it as
/trunk/main/offapi/com/sun/star/presentation/
H A DXShapeEventListener.idl38 /** Listener interface to receive shape-specific events.<p>
44 /** Notify a clicked shape.<p>
47 clicked.<p>
H A DCustomPresentationAccess.idl46 <p>Each instance in this container implements the service
48 <p>The methods insertByName and replaceByName both replace
56 <p>These services are needed for the <code>insertByName</code>
/trunk/main/svl/source/svdde/
H A Dddecli.cxx361 void __EXPORT DdeTransaction::Data( const DdeData* p ) in Data() argument
365 aData.Call( (void*)p ); in Data()
425 DdePoke::DdePoke( DdeConnection& d, const String& i, const char* p, in DdePoke() argument
429 aDdeData = DdeData( p, l, f ); in DdePoke()
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXBackend.idl63 <p> Data can be retrieved on behalf of one or more entities.</p>
65 <p> There is an implied owner entity associated to the object
68 </p>
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java140 JPanel p = new JPanel(); in initUI() local
141 p.setLayout(new FlowLayout()); in initUI()
146 p.add(b); in initUI()
154 frame.getContentPane().add(p, "South"); in initUI()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXBlob.idl47 <p>
73 </p>
74 <p>
105 </p>
/trunk/main/udkapi/com/sun/star/uno/
H A DXNamingService.idl51 <p>If any object is registered before, then this
54 </p>
60 /** revokes the registration of an object. <p>If the object was not
/trunk/main/extensions/test/stm/
H A Dtestfactreg.cxx153 Sequence<BYTE> createSeq( char * p ) in createSeq() argument
155 Sequence<BYTE> seq( strlen( p )+1 ); in createSeq()
156 strcpy( (char * ) seq.getArray() , p ); in createSeq()
/trunk/main/offapi/com/sun/star/util/
H A DXModifiable.idl43 <p>Additionally, it makes it possible to register listener objects, which
44 get notification whenever the status or content of the object changes. </p>
52 <p>The modification is always in relation to a certain state
/trunk/main/offapi/com/sun/star/xml/crypto/sax/
H A DXSAXEventKeeperStatusChangeBroadcaster.idl40 * <p>
47 * <p>
58 * <p>
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXEntityResolver.idl44 <p>Usually, the parser has a default behaviour of resolving external
46 Use this interface to modify or reimplement this behaviour.</p>
55 <p>If <var>aInputStream</var> is a valid reference to an input stream,
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DModuleController.idl39 <p>See <type>ConfigurationController</type> for a comment why this
40 service may be removed in the future.</p>
42 <p>The <type>ModuleController</type> object for an application can be
/trunk/main/offapi/com/sun/star/rendering/
H A DFillRule.idl38 clockwise-oriented) is non-zero.<p>
44 if filled with the EVEN_ODD fill rule.<p>
52 happened.<p>
/trunk/main/sc/source/core/data/
H A Dtable4.cxx96 const sal_Unicode* p = aValue.GetBuffer(); in lcl_DecompValueString() local
99 if ( p[nNum] == '-' ) in lcl_DecompValueString()
101 while ( p[nNum] && CharClass::isAsciiNumeric( p[nNum] ) ) in lcl_DecompValueString()
104 sal_Unicode cNext = p[nNum]; // 0 if at the end in lcl_DecompValueString()
105 sal_Unicode cLast = p[aValue.Len()-1]; in lcl_DecompValueString()
114 if ( p[nNeg] == '0' && pMinDigits && ( nNum - nNeg > *pMinDigits ) ) in lcl_DecompValueString()
123 while ( nNum && CharClass::isAsciiNumeric( p[nNum] ) ) in lcl_DecompValueString()
125 if ( p[nNum] == '-' ) in lcl_DecompValueString()
134 if ( p[nNum+1+nNeg] == '0' && pMinDigits && ( nEnd - nNum - nNeg > *pMinDigits ) ) in lcl_DecompValueString()
/trunk/main/udkapi/com/sun/star/connection/
H A DXConnectionBroadcaster.idl35 <p> Maybe supported by connections returned from <member>XAcceptor::accept</member>
44 <p>It is suggested to allow multiple registration of the same listener,
53 <p>It is suggested to allow multiple registration of the same listener,

Completed in 66 milliseconds

1...<<61626364656667686970>>...148