Home
last modified time | relevance | path

Searched refs:p (Results 1101 – 1125 of 3572) sorted by relevance

1...<<41424344454647484950>>...143

/trunk/main/sal/osl/unx/
H A Dfile_path_helper.cxx331 rtl::OUString p = pli.get_current_item(); in osl_searchPath() local
332 osl::systemPathEnsureSeparator(p); in osl_searchPath()
333 p += fp; in osl_searchPath()
335 if (osl::access(p, F_OK) > -1) in osl_searchPath()
338 rtl_uString_assign(ppustrPathFound, p.pData); in osl_searchPath()
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DDragGestureEvent.idl48 <p>Different constants may be combined using a logical OR.</p>
52 and the action that was combined with ACTION_DEFAULT is the system default action.</p>
80 …<p>The initial trigger event will presumably be a <type scope="com::sun::star::awt">MouseEvent</ty…
82 presume that the left mouse button was clicked. </p>
/trunk/main/offapi/com/sun/star/form/control/
H A DImageButton.idl43 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Image…
44 service.</p>
46 <p>The control is clickable, the action taken upon clicking depends on the settings
47 of the model the control belongs to.</p>
59 <p>An <type scope="com::sun::star::form">XApproveActionListener</type> returning false on
/trunk/main/tools/inc/tools/
H A Ddebug.hxx332 void DbgFreeStackTree( void* p, sal_uIntPtr nAlloc = 0 );
333 void DbgPrintStackTree( void* p );
356 inline void DbgMemTest( void* p = NULL ) in DbgMemTest() argument
358 DbgFunc( DBG_FUNC_MEMTEST, p ); in DbgMemTest()
421 #define DBG_MEMTEST_PTR( p ) DbgMemTest( (void*)p ) argument
715 #define DBG_MEMTEST_PTR( p ) ((void)0) argument
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DDialog.java566 public boolean contains(java.awt.Point p) { in contains() argument
568 return unoAccessibleComponent.containsPoint(new com.sun.star.awt.Point(p.x, p.y)); in contains()
595 public void setLocation(java.awt.Point p) { in setLocation() argument
630 public javax.accessibility.Accessible getAccessibleAt(java.awt.Point p) { in getAccessibleAt() argument
633 … unoAccessibleComponent.getAccessibleAtPoint(new com.sun.star.awt.Point(p.x, p.y))); in getAccessibleAt()
H A DFrame.java558 public boolean contains(java.awt.Point p) { in contains() argument
560 return unoAccessibleComponent.containsPoint(new com.sun.star.awt.Point(p.x, p.y)); in contains()
587 public void setLocation(java.awt.Point p) { in setLocation() argument
622 public javax.accessibility.Accessible getAccessibleAt(java.awt.Point p) { in getAccessibleAt() argument
625 … unoAccessibleComponent.getAccessibleAtPoint(new com.sun.star.awt.Point(p.x, p.y))); in getAccessibleAt()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx347 for( unsigned int p=1; p<nNumPoints; ++p ) in fillPolygonalGradient() local
349 const ::basegfx::B2DPoint& rOuterPoint1( aOuterPoly.getB2DPoint(p-1) ); in fillPolygonalGradient()
350 const ::basegfx::B2DPoint& rInnerPoint1( aInnerPoly.getB2DPoint(p-1) ); in fillPolygonalGradient()
351 const ::basegfx::B2DPoint& rOuterPoint2( aOuterPoly.getB2DPoint(p) ); in fillPolygonalGradient()
352 const ::basegfx::B2DPoint& rInnerPoint2( aInnerPoly.getB2DPoint(p) ); in fillPolygonalGradient()
/trunk/main/sot/source/sdstor/
H A Dstorage.cxx1131 BaseStorageStream* p = m_pOwnStg->OpenStream( rEleName, nMode, in OpenEncryptedSotStream() local
1133 pStm = new SotStorageStream( p ); in OpenEncryptedSotStream()
1158 BaseStorageStream * p = m_pOwnStg->OpenStream( rEleName, nMode, in OpenSotStream() local
1160 pStm = new SotStorageStream( p ); in OpenSotStream()
1187 BaseStorage * p = m_pOwnStg->OpenStorage( rEleName, nMode, in OpenSotStorage() local
1189 if( p ) in OpenSotStorage()
1191 pStor = new SotStorage( p ); in OpenSotStorage()
1214 BaseStorage * p = m_pOwnStg->OpenUCBStorage( rEleName, nMode, in OpenUCBStorage() local
1216 pStor = new SotStorage( p ); in OpenUCBStorage()
1235 BaseStorage * p = m_pOwnStg->OpenOLEStorage( rEleName, nMode, in OpenOLEStorage() local
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxplugin.cxx38 VCLXPlugin::VCLXPlugin( Window *p, WinBits b ) in VCLXPlugin() argument
40 , mpWindow( p ) in VCLXPlugin()
62 void VCLXPlugin::SetPlugin( ::Control *p ) in SetPlugin() argument
64 mpPlugin = p; in SetPlugin()
/trunk/main/sc/inc/
H A Dbrdcst.hxx46 ScHint( sal_uLong n, const ScAddress& a, ScBaseCell* p ) in ScHint() argument
47 : SfxSimpleHint( n ), aAddress( a ), pCell( p ) {} in ScHint()
49 void SetCell( ScBaseCell* p ) { pCell = p; } in SetCell() argument
/trunk/main/basic/source/classes/
H A Dsbintern.cxx41 SbiGlobals* p = *pp; in SV_IMPL_PTRARR() local
42 if( !p ) in SV_IMPL_PTRARR()
43 p = *pp = new SbiGlobals; in SV_IMPL_PTRARR()
44 return p; in SV_IMPL_PTRARR()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx75 EmbedEventListener_Impl( EmbeddedObjectRef* p ) : in EmbedEventListener_Impl() argument
76 pObject(p) in EmbedEventListener_Impl()
94 EmbedEventListener_Impl* EmbedEventListener_Impl::Create( EmbeddedObjectRef* p ) in Create() argument
96 EmbedEventListener_Impl* xRet = new EmbedEventListener_Impl( p ); in Create()
99 if ( p->GetObject().is() ) in Create()
101 p->GetObject()->addStateChangeListener( xRet ); in Create()
103 uno::Reference < util::XCloseable > xClose( p->GetObject(), uno::UNO_QUERY ); in Create()
108 uno::Reference < document::XEventBroadcaster > xBrd( p->GetObject(), uno::UNO_QUERY ); in Create()
112 xRet->nState = p->GetObject()->getCurrentState(); in Create()
115 … uno::Reference < util::XModifiable > xMod( p->GetObject()->getComponent(), uno::UNO_QUERY ); in Create()
/trunk/main/tools/qa/
H A Dtest_pathutils.cxx38 wchar_t p[MAX_PATH]; in buildPath() local
40 p, front, front + std::wcslen(front), back, std::wcslen(back)); in buildPath()
41 ASSERT_EQ(p + std::wcslen(path), e); in buildPath()
42 ASSERT_EQ(0, std::wcscmp(path, p)); in buildPath()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx2357 for (ScRange* p = rClipParam.maRanges.First(); p; p = rClipParam.maRanges.Next()) in CopyMultiRangeFromClip() local
2361 SCROW nRowCount = p->aEnd.Row() - p->aStart.Row() + 1; in CopyMultiRangeFromClip()
2365 SCCOL nCol2 = nCol1 + p->aEnd.Col() - p->aStart.Col(); in CopyMultiRangeFromClip()
2402 nCol1 += p->aEnd.Col() - p->aStart.Col() + 1; in CopyMultiRangeFromClip()
2460 SCCOL nEndCol = p->aEnd.Col(); in GetClipArea()
2462 SCROW nEndRow = p->aEnd.Row(); in GetClipArea()
2463 for (p = rClipRanges.Next(); p; p = rClipRanges.Next()) in GetClipArea()
2526 for (ScRange* p = rClipRanges.First(); p; p = rClipRanges.Next()) in HasClipFilteredRows() local
2528 bool bAnswer = pTab[nCountTab]->HasFilteredRows(p->aStart.Row(), p->aEnd.Row()); in HasClipFilteredRows()
3085 if ( p && p->bCollectNotifications ) in AddTableOpFormulaCell()
[all …]
/trunk/main/tools/source/fsys/
H A Dos2.hxx51 #define _mkdir(p) mkdir(p, 0777) argument
57 #define MKDIR( p ) mkdir( (unsigned char*) p ) argument
/trunk/main/basic/inc/basic/
H A Dbasicrt.hxx37 BasicRuntime( SbiRuntime* p ) : pRun ( p ){;} in BasicRuntime() argument
53 BasicErrorStackEntry( SbErrorStackEntry *p ) : pEntry ( p ){;} in BasicErrorStackEntry() argument
/trunk/main/testtools/source/performance/
H A Dubobject.cxx87 void * p = (XInterface *)(XPerformanceTest *)this; in queryInterface() local
88 aRet.setValue( &p, ::getCppuType( (const Reference< XInterface > *)0 ) ); in queryInterface()
92 void * p = (XPerformanceTest *)this; in queryInterface() local
93 aRet.setValue( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface()
97 void * p = (XPerformanceTest *)this; in queryInterface() local
98 Any aDummy( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface()
/trunk/main/offapi/com/sun/star/xml/wrapper/
H A DXXMLDocumentWrapper.idl41 * <p>
44 * <p>
48 * <p>
63 * <p>
73 * <p>
123 * <p>
/trunk/main/cppuhelper/source/
H A Dweak.cxx222 OWeakConnectionPoint * const p = m_pWeakConnectionPoint; in disposeWeakConnectionPoint() local
225 p->dispose(); in disposeWeakConnectionPoint()
233 p->release(); in disposeWeakConnectionPoint()
251 OWeakConnectionPoint * p = new OWeakConnectionPoint(this); in queryAdapter() local
252 p->acquire(); in queryAdapter()
253 m_pWeakConnectionPoint = p; in queryAdapter()
/trunk/main/udkapi/com/sun/star/io/
H A DXOutputStream.idl47 <p>
68 <p>The semantics of this method are rather vague. See
71 with very specific semantics, that is useful in certain scenarios.</p>
83 <p>If this method has not yet been called, no attached
85 bytes may be written after this method has been called.</p>
/trunk/main/sal/osl/os2/
H A Dfile_path_helper.cxx360 rtl::OUString p = pli.get_current_item(); in osl_searchPath() local
361 osl::systemPathEnsureSeparator(p); in osl_searchPath()
362 p += fp; in osl_searchPath()
364 if (osl::access(p, F_OK) > -1) in osl_searchPath()
367 rtl_uString_assign(ppustrPathFound, p.pData); in osl_searchPath()
/trunk/main/offapi/com/sun/star/ucb/
H A DFileContentProvider.idl47 <p>The served contents enable access to the local file system.
49 <p>The FCP is able to restrict access to the local file system to a number
75 <p> The supported properties give two kinds of meta-information about
81 <p>
94 </p>
H A DRecipientInfo.idl38 <p>To send one message via two different protocols, two RecipientInfos
57 <p>Multiple addresses are separated by commas.
64 <p>Multiple addresses are separated by commas.
71 <p>Multiple addresses are separated by commas.
78 <p>Multiple addresses are separated by commas.
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastSAXSerializable.idl48 <p>
49 </p>
68 <p>
75 </p>
81 </p>
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dlatvian.lm12 p 2755
312 pâ 138
332 pî 132
335 pç 131
389 pîr 115

Completed in 146 milliseconds

1...<<41424344454647484950>>...143