Home
last modified time | relevance | path

Searched refs:p (Results 1151 – 1175 of 3572) sorted by relevance

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

/trunk/main/offapi/com/sun/star/text/
H A DBaseFrame.idl74 <p>This interface is valid before the text frame is attached
78 <p>The position is relative to the position of the anchor
83 <p>This interface is only for the layout. In particular, the
92 <p>This interface is valid before the text frame is attached to
99 <p>The name may be set automatically by the container if it is not
/trunk/main/offapi/com/sun/star/ucb/
H A DHierarchyDataReadWriteAccess.idl58 <p>Adding and removing must only be supported if the access object
65 <p>Replacing and getting values must be supported be every data node.
72 <p><member scope="com::sun::star::lang">XSingleServiceFactory::createInstance</member>
78 <p>There are no special arguments that must be supported by
86 <p><member scope="com::sun::star::util">XChangesBatch::getPendingChanges</member>
/trunk/main/oox/source/ppt/
H A Dslidetransition.cxx67 const transition *p = transition::find( sFilterName ); in SlideTransition() local
68 if( p ) in SlideTransition()
70 mnTransitionType = p->mnType; in SlideTransition()
71 mnTransitionSubType = p->mnSubType; in SlideTransition()
72 mbTransitionDirectionNormal = p->mbDirection; in SlideTransition()
/trunk/main/offapi/com/sun/star/rendering/
H A DFloatingPointBitmapLayout.idl36 floating point color channels.<p>
39 memory layout of a bitmap having floating point color channels<p>
73 followed by the second channel, and so forth.<p>
99 /** Format type of this bitmap.<p>
102 <type>FloatingPointBitmapFormat</type> constants.<p>
/trunk/main/offapi/com/sun/star/geometry/
H A DAffineMatrix2D.idl28 /** This structure defines a 2 by 3 affine matrix.<p>
33 to be [0,0,1].<p>
42 </code><p>
54 additional transformation from the left.<p>
62 resolution determine the actual measurement unit.<p>
/trunk/main/desktop/source/pagein/
H A Dfile_image_unx.c50 void * p; in file_image_open() local
66 p = mmap (0, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in file_image_open()
67 if (p == MAP_FAILED) in file_image_open()
73 image->m_base = p, image->m_size = st.st_size; in file_image_open()
/trunk/main/sw/source/core/fields/
H A Dreffld.cxx84 void* p = (void*)pFrm; in lcl_GetLayTree() local
85 rArr.Insert( p, rArr.Count() ); in lcl_GetLayTree()
371 for( sal_Unicode* p = sTxt.GetBufferAccess(); *p; ++p ) in UpdateField() local
373 if( *p < 0x20 ) in UpdateField()
374 *p = 0x20; in UpdateField()
375 else if(*p == 0x2011) in UpdateField()
376 *p = '-'; in UpdateField()
/trunk/main/i18npool/source/transliteration/
H A DignoreIterationMark_ja_JP.cxx104 sal_Int32 * p = 0; in folding() local
109 p = offset.getArray(); in folding()
133 *p ++ = position ++; in folding()
140 *p = position; in folding()
/trunk/main/canvas/source/directx/
H A Ddx_winstuff.hxx147 explicit COMReference( T* p ) : in COMReference() argument
148 mp( p ) in COMReference()
196 template<class T> inline T * get_pointer(COMReference<T> const& p) in get_pointer() argument
198 return p.get(); in get_pointer()
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXConversionDictionary.idl63 <p>The dictionary consists of entries (pairs) of the form
68 directions.</p>
70 <p>Restrictions to what has to be the left and right text are usually
71 given by specific services implementing this interface.</p>
129 <p>The exact string to be looked for is the substring from the
131 length nLength.</p>
/trunk/main/offapi/com/sun/star/embed/
H A DXInplaceClient.idl114 <p>
116 </p>
156 <p>
162 </p>
176 <p>
180 </p>
H A DVerbDescriptor.idl50 <p>
52 </p>
59 <p>
61 </p>
/trunk/main/bridges/source/jni_uno/
H A Djni_bridge.cxx78 uno_Interface * p = *(uno_Interface **)ppUnoI; in Mapping_map_to_uno() local
79 (*p->release)( p ); in Mapping_map_to_uno()
101 uno_Interface * p = *(uno_Interface **)ppUnoI; in Mapping_map_to_uno() local
102 (*p->release)( p ); in Mapping_map_to_uno()
/trunk/main/basic/source/classes/
H A Dimage.cxx426 sal_Unicode* p = NULL; in AddString() local
427 if( (p = new sal_Unicode[ nNewLen ]) != NULL ) in AddString()
429 memcpy( p, pStrings, nStringSize * sizeof( sal_Unicode ) ); in AddString()
431 pStrings = p; in AddString()
454 void SbiImage::AddCode( char* p, sal_uInt32 s ) in AddCode() argument
456 pCode = p; in AddCode()
/trunk/main/sc/inc/
H A Drecursionhelper.hxx40 ScFormulaRecursionEntry( ScFormulaCell* p, sal_Bool bR, in ScFormulaRecursionEntry()
42 pCell(p), bOldRunning(bR), aPreviousResult( rRes) in ScFormulaRecursionEntry()
95 void Insert( ScFormulaCell* p, sal_Bool bOldRunning, in Insert() argument
98 aRecursionFormulas.insert( aInsertPos, ScFormulaRecursionEntry( p, in Insert()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java562 File p = toFile.getParentFile(); in copyFile() local
563 if (p != null && !p.exists()) in copyFile()
564 p.mkdirs(); in copyFile()
600 File p = toFile.getParentFile(); in writeToFile() local
601 if (p != null && !p.exists()) in writeToFile()
602 p.mkdirs(); in writeToFile()
/trunk/main/solenv/inc/
H A Dlldb4aoo.py102 p = v.GetChildAtIndex(0)
103 pname = p.GetName()
104 n = p.GetValueAsUnsigned()
108 return info + p.Dereference().GetSummary()
/trunk/main/testtools/source/servicetests/
H A DRemoteServiceTest.java44 final Process p = Runtime.getRuntime().exec(new String[] { in getTestServiceFactory() local
47 pipe(p.getInputStream(), System.out, "CO> "); in getTestServiceFactory()
48 pipe(p.getErrorStream(), System.err, "CE> "); in getTestServiceFactory()
61 p.waitFor(); in getTestServiceFactory()
/trunk/main/offapi/com/sun/star/awt/
H A DSpinningProgressControlModel.idl37 <p>To show a progress which cannot be expressed as a percentage of execution,
38 it displays animated images from a standard image set.</p>
40 <p>Three image sets are provided, of size 16x16, 32x32, and 64x64 pixels.</p>
/trunk/main/offapi/com/sun/star/view/
H A DSelectionType.idl39 <p>The selection is always empty.</p>
58 <p>all selected objects must be part of a continues range</p>
/trunk/main/cppu/source/threadpool/
H A Dthread.cxx63 void ThreadAdmin::add( ORequestThread *p ) in add() argument
66 m_lst.push_back( p ); in add()
69 void ThreadAdmin::remove( ORequestThread * p ) in remove() argument
72 ::std::list< ORequestThread * >::iterator ii = ::std::find( m_lst.begin(), m_lst.end(), p ); in remove()
/trunk/main/sw/source/ui/envelp/
H A Dlabelexp.cxx252 for( const _SwLabItemMap* p = aArr; p->pName; ++p ) in UpdateFieldInformation() local
255 sCurFldName.AppendAscii( p->pName ); in UpdateFieldInformation()
263 aContent <<= rItem.*p->pValue; in UpdateFieldInformation()
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DLoader.java247 Process p; in callUnoinfo() local
249 p = Runtime.getRuntime().exec( in callUnoinfo()
257 new Drain(p.getErrorStream()).start(); in callUnoinfo()
262 InputStream s = p.getInputStream(); in callUnoinfo()
292 ev = p.waitFor(); in callUnoinfo()
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXMutableTreeNode.idl93 <p>You can use this attribute to store data for this node that
94 is independend of the display value</p>
99 <p>If this URL is empty, no graphic is rendered.
104 … <p>If <var>URL</var> is empty, <member>XTreeControl::DefaultExpandedGraphicURL</member> is used.
109 … <p>If <var>URL</var> is empty, <member>XTreeControl::DefaultCollapsedGraphicURL</member> is used.
/trunk/main/io/test/stm/
H A Dpipetest.cxx382 Thread *p = new WriteToStreamThread( output, iMax ); in testMultithreading() local
384 ERROR_ASSERT( p , "couldn't create thread for testing !\n" ); in testMultithreading()
386 p->create(); in testMultithreading()
412 OPipeTest *p = new OPipeTest( rSMgr ); in OPipeTest_CreateInstance() local
413 Reference< XInterface > x ( SAL_STATIC_CAST( OWeakObject * , p ) ); in OPipeTest_CreateInstance()

Completed in 86 milliseconds

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