Home
last modified time | relevance | path

Searched refs:p (Results 1026 – 1050 of 3699) sorted by relevance

1...<<41424344454647484950>>...148

/trunk/main/offapi/com/sun/star/i18n/
H A DNativeNumberMode.idl38 <p> The constants have different meanings if used with different
41 locale. </p>
43 <p> Where available, the corresponding Microsoft Excel (tm) DBNum
44 number format code modifier is listed. </p>
46 <p> Modifiers supported by XExtendedCalendar::getDisplayString() are
48 DBNum modifier and the NatNum values used for Y/M/D are listed </p>
H A DXExtendedIndexEntrySupplier.idl40 <p> It is derived from
42 provides following additional functionalities.</p>
104 <p> Note that loadAlgorithm should be called before calling
105 this function. </p>
126 <p> Note that loadAlgorithm should be called before calling
127 this function. </p>
/trunk/main/oovbaapi/ooo/vba/excel/
H A DSheetObjects.idl45 <p>The following sheet symbols represent collections of line objects, and
46 therefore implement this interface:</p>
50 <p>These symbols are now deprecated in VBA but kept for compatibility with
51 old VBA scripts.</p>
72 <p>This symbol is now deprecated in VBA but kept for compatibility with old
73 VBA scripts.</p>
/trunk/main/autodoc/source/cosv/strings/
H A Dstring.cxx265 const char * p = strstr(c_str() + i_nSearchStartPosition, i_strToSearch); in find() local
266 if (p != 0) in find()
267 return static_cast<position_type>(p - c_str()); in find()
278 const char * p = strchr(c_str() + i_nSearchStartPosition, i_charToSearch); in find() local
279 if (p != 0) in find()
280 return static_cast<position_type>(p - c_str()); in find()
/trunk/main/sot/source/sdstor/
H A Dstgole.cxx130 sal_Char* p = new sal_Char[ nStrLen+1 ]; in Load() local
131 p[nStrLen] = 0; in Load()
132 if( Read( p, nStrLen ) == nStrLen ) in Load()
134 aUserName = nStrLen ? String( p, gsl_getSystemTextEncoding() ) : String(); in Load()
139 delete [] p; in Load()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DPane.java105 public void setSplitPoint(Point splitType, Point p) { in setSplitPoint() argument
109 int yTwips = (int) p.getY(); in setSplitPoint()
112 int xTwips = (int) p.getX(); in setSplitPoint()
116 y = EndianConverter.writeShort((short) p.getY()); in setSplitPoint()
117 x = EndianConverter.writeShort((short) p.getX()); in setSplitPoint()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx1366 if( p == &maColorField ) in IMPL_LINK()
1383 else if( p == &maColorSlider ) in IMPL_LINK()
1398 else if( p == &maMFRed ) in IMPL_LINK()
1403 else if( p == &maMFGreen ) in IMPL_LINK()
1408 else if( p == &maMFBlue ) in IMPL_LINK()
1413 else if( p == &maMFHue ) in IMPL_LINK()
1428 else if( p == &maMFCyan ) in IMPL_LINK()
1433 else if( p == &maMFMagenta ) in IMPL_LINK()
1438 else if( p == &maMFYellow ) in IMPL_LINK()
1443 else if( p == &maMFKey ) in IMPL_LINK()
[all …]
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx863 ToolbarMenuEntry* p = mpImpl->maEntryVector[nEntry]; in implSearchEntry() local
864 if( p && p->mnEntryId == nEntryId ) in implSearchEntry()
866 return p; in implSearchEntry()
1237 ToolbarMenuEntry*p = implCursorUpDown( nCode == KEY_UP, false ); in KeyInput() local
1238 if( p && p->mpControl ) in KeyInput()
1242 mpImpl->implHighlightControl( nCode, p->mpControl ); in KeyInput()
1247 pForwardControl = p->mpControl; in KeyInput()
1255 ToolbarMenuEntry* p = implCursorUpDown( nCode == KEY_END, true ); in KeyInput() local
1256 if( p && p->mpControl ) in KeyInput()
1258 mpImpl->implHighlightControl( nCode, p->mpControl ); in KeyInput()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx65 p = new ControlClass( GetPathDialog(), WinBits( nBits ) ); \ in DECLARE_LIST()
66 p->SetHelpId( rHelpId ); \
67 p->SetPosSizePixel( aPos, aSize ); \
68 p->SetText( aTitel ); \
69 p->Show();
270 IMPL_LINK( ImpPathDialog, SelectHdl, ListBox *, p ) in IMPL_LINK() argument
272 if( p == pDriveList ) in IMPL_LINK()
279 if( p == pDirList ) in IMPL_LINK()
812 IMPL_LINK( ImpFileDialog, SelectHdl, ListBox *, p ) in IMPL_LINK() argument
814 if( p == pDriveList ) in IMPL_LINK()
[all …]
/trunk/main/udkapi/com/sun/star/script/
H A DXDefaultMethod.idl37 <p>For example where ExampleObject is an instance of an Object that
40 syntax like <p>"ExampleObject( Param1 .... ParamN )"</p>
42 <p>"ExampleObject.defaultMethod( Param1 ... ParamN )"</p>
H A DXInvocation.idl61 </p>
98 <p> If the underlying object implements an
103 </p>
123 <p>This optimizes the calling sequence
125 <member>XInvocation::invoke</member> )!</p>
135 <p>This optimizes the calling sequence
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx77 void* getImplementation(Reflection *p) { return OWeakObject::getImplementation(p); } in getImplementation() argument
333 ODataStreamTest *p = new ODataStreamTest( rSMgr ); in ODataStreamTest_CreateInstance() local
334 XInterfaceRef xService = *p; in ODataStreamTest_CreateInstance()
393 void* getImplementation(Reflection *p) { return OWeakObject::getImplementation(p); } in getImplementation() argument
618 MyPersistObject *p = new MyPersistObject( ); in OMyPersistObject_CreateInstance() local
619 XInterfaceRef xService = *p; in OMyPersistObject_CreateInstance()
1034 OObjectStreamTest *p = new OObjectStreamTest( rSMgr ); in OObjectStreamTest_CreateInstance() local
1035 XInterfaceRef xService = *p; in OObjectStreamTest_CreateInstance()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleHypertext.idl44 <p>The <type>XAccessibleHypertext</type> interface is the main interface
50 support the <type>XAccessibleText</type> interface.</p>
70 <p>The returned <type>XAccessibleHyperlink</type> object
72 describing it.</p>
90 <p>In a HTML document this is the case when a &lt;a href&gt; tag
91 spans (includes) the given character index.</p>
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDragSource.idl55 <p>Differently to Java, the association between view and interface is fixed
58 be a real performance issue.</p>
82 <p>The returned value may be used as parameter for the method
83 <member scope="com::sun::star::datatransfer::dnd">XDragSourceContext::setCursor()</member>.</p>
92 <p>Note: this call does <em>not</em> block until the drag and drop
98 on the parameter listener with a DragSourceDragEvent showing a failure.</p>
/trunk/main/offapi/com/sun/star/util/
H A DURL.idl35 <p>
47 </p>
54 <p>
59 </p>
101 <p>
107 </p>
/trunk/main/offapi/com/sun/star/sheet/
H A DDatabaseRange.idl59 <p>A database range is a name for a cell range that also stores filtering,
60 sorting, subtotal and data import settings and options.</p>
123 …<p>This is only used if <member>SheetFilterDescriptor::UseFilterCriteriaSource</member> is <TRUE/>…
149 <p>A token describing a database range shall contain the op-code
151 and this index as data part.</p>
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePreview.idl116 <p>A value of <FALSE/> hides the preview window.</p>
120 <p>A value of <FALSE/> if the operation fails for any reason or the preview
121 implementation doesn't support hiding the preview.</p>
130 <p>A value of <FALSE/> if the preview window is invisible.</p>
/trunk/main/offapi/com/sun/star/awt/
H A DXKeyHandler.idl55 <p>Consume the event if the action performed by the implementation
57 when known, with that of other handlers.</p>
59 <p>Consuming this event does not prevent the pending key-release
60 event from being broadcasted.</p>
79 <p>Consume the event if the action performed by the implementation
81 when known, with that of other handlers.</p>
/trunk/main/offapi/com/sun/star/frame/
H A DXStatusbarController.idl39 <p>
46 <p>
64 <p>A status bar controller is initialized with <b>five</b> additional
66 <type scope="com::sun::star::beans">PropertyValue</type>:</p>
96 <p>The status bar controller implementation should register itself as a
98 interface has been called.</p>
105 <p>
110 </p>
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx135 void* getImplementation(Reflection *p) { return OWeakObject::getImplementation(p); } in getImplementation() argument
193 void* getImplementation(Reflection *p) { return OWeakObject::getImplementation(p); } in getImplementation() argument
246 void* getImplementation(Reflection *p) { return OWeakObject::getImplementation(p); } in getImplementation() argument
412 OSaxWriterTest *p = new OSaxWriterTest( rSMgr ); in OSaxWriterTest_CreateInstance() local
413 XInterfaceRef xService = *p; in OSaxWriterTest_CreateInstance()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx89 const typelib_CompoundTypeDescription * p in is_complex_struct() local
91 for (sal_Int32 i = 0; i < p->nMembers; ++i) in is_complex_struct()
93 if (p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_STRUCT || in is_complex_struct()
94 p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_EXCEPTION) in is_complex_struct()
97 TYPELIB_DANGER_GET(&t, p->ppTypeRefs[i]); in is_complex_struct()
104 else if (!bridges::cpp_uno::shared::isSimpleType(p->ppTypeRefs[i]->eTypeClass)) in is_complex_struct()
107 if (p->pBaseTypeDescription != 0) in is_complex_struct()
108 return is_complex_struct(&p->pBaseTypeDescription->aBase); in is_complex_struct()
/trunk/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch277 case `/usr/bin/uname -p` in
446 UNAME_PROCESSOR=`/usr/bin/uname -p`
787 p*:CYGWIN*:*)
993 - p'`
1162 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1176 + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1216 if uname -p 2>/dev/null >/dev/null ; then
1217 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1310 - case `uname -p` in
1331 UNAME_PROCESSOR=`uname -p`
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DFileContent.idl74 <p>Whether a content represents a folder or a file can be determined by
97 <p>An object representing a directory in the file system is able
102 <p>
127 </p>
135 <p>
213 </p>
224 <p>Where many existing <type>Content</type> implementations do not
/trunk/main/offapi/com/sun/star/rendering/
H A DXBezierPolyPolygon2D.idl42 straight line and bezier segments.<p>
48 uniformly with a sequence of <type>RealBezierSegment2D</type>s.<p>
51 line segment, if all three contained points are strictly equal.<p>
57 /** Query subset of this poly-polygon.<p>
62 last polygon.<p>
141 /** Set a single point on the poly-polygon.<p>
148 to append points or polygons, respectively.<p>
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DWindow.java463 public boolean contains(java.awt.Point p) { in contains() argument
465 return unoAccessibleComponent.containsPoint(new com.sun.star.awt.Point(p.x, p.y)); in contains()
492 public void setLocation(java.awt.Point p) { in setLocation() argument
527 public javax.accessibility.Accessible getAccessibleAt(java.awt.Point p) { in getAccessibleAt() argument
530 … unoAccessibleComponent.getAccessibleAtPoint(new com.sun.star.awt.Point(p.x, p.y))); in getAccessibleAt()

Completed in 121 milliseconds

1...<<41424344454647484950>>...148