Home
last modified time | relevance | path

Searched refs:p (Results 751 – 775 of 3572) sorted by relevance

1...<<31323334353637383940>>...143

/trunk/main/svtools/source/filter/
H A Dexportdialog.hxx169 DECL_LINK( UpdateHdl,void* p );
170 DECL_LINK( UpdateHdlMtfSizeX,void* p );
171 DECL_LINK( UpdateHdlMtfSizeY,void* p );
172 DECL_LINK( UpdateHdlNfResolution,void* p );
173 DECL_LINK( SbCompressionUpdateHdl,void* p );
174 DECL_LINK( NfCompressionUpdateHdlX,void* p );
176 DECL_LINK( OK, void* p );
/trunk/main/offapi/com/sun/star/text/
H A DXTextColumns.idl46 <p>The values used are relative. So it is not necessary to know the
50 </p>
60 <p>As described above, the width values are relative.
79 <p>The minimum is 1 column.</p>
98 <p>The number of members in the sequence must be the same as the
101 </p>@see TextColumn
H A DTextSection.idl67 <p>The content of the section may be the content of a link into another
71 <p><type>TextSection</type> instances can be linked from and to other
89 <p>If the result of the conditional expression is <true/> and the property
90 <member>TextSection::IsVisible</member> is <false/>, then the section is hidden.</p>
116 <p>The source may be a text section or a bookmark.
120 then the complete document content is linked into this section.</p>
126 <p>The type can be the name of the application that provides a DDE source.</p>
137 <p>The element can be i.e. a name of a cell in a sheet or a bookmark.</p>
/trunk/main/offapi/com/sun/star/drawing/
H A DAccessibleOLEShape.idl40 <p>This includes generic OLE shapes, frames, plugins, and applets.</p>
42 <p>This service supports the additional <type
44 interface.</p>
46 <p>OLE objects are handled as place holders. While not activated the
52 future.</p>
62 <p>See <type>AccessibleShape</type> for basic documentation and
H A Dmodules.idl31 <p>The framework is implemented by a set of sub controllers that are
39 scope="com::sun::star::drawing::framework">XConfiguration</type>.</p>
40 <p>The <type
44 scope="com::sun::star::frame">XController</type> interface.</p>
45 <p>The
52 state.</li></ul></p>
53 <p>For more information please see the wiki page of the <a
/trunk/main/offapi/com/sun/star/datatransfer/clipboard/
H A DXClipboard.idl66 <p>If the given <type scope="com::sun::star::datatransfer">XTransferable</type>
69 <p>A NULL value is not allowed.</p>
73 <p>NULL is an acceptable value and means that the
74 caller is not interested in lost ownership notifications.</p>
86 <p>If the returned string is empty the
87 clipboard instance ist the system clipboard.</p>
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_Ignore.cxx141 sal_Int32 *p = 0; in folding() local
145 p = offset.getArray(); in folding()
162 *p++ = position; in folding()
164 *p++ = position++; in folding()
177 *p ++ = position ++; in folding()
185 *p = position; in folding()
197 *p ++ = position; in folding()
H A DignoreIandEfollowedByYa_ja_JP.cxx89 sal_Int32 *p = 0; in folding() local
94 p = offset.getArray(); in folding()
114 *p ++ = position++; in folding()
115 *p ++ = position++; in folding()
126 *p ++ = position++; in folding()
133 *p = position; in folding()
/trunk/main/bridges/test/com/sun/star/lib/
H A DTestBed.java51 Process p = Runtime.getRuntime().exec(new String[] { in execute() local
58 pipe(p.getInputStream(), System.out, "CO> "); in execute()
59 pipe(p.getErrorStream(), System.err, "CE> "); in execute()
62 clientDone = p.waitFor() == CLIENT_DONE; in execute()
67 p.destroy(); in execute()
71 clientDone = p.exitValue() == CLIENT_DONE; in execute()
73 p.destroy(); in execute()
/trunk/main/sal/osl/os2/
H A Dprocess.c373 char** p; in osl_psz_executeProcess() local
473 p = environ; in osl_psz_executeProcess()
474 while( *p) in osl_psz_executeProcess()
476 int l = strlen( *p); in osl_psz_executeProcess()
478 p++; in osl_psz_executeProcess()
502 p = environ; in osl_psz_executeProcess()
503 while( *p) in osl_psz_executeProcess()
505 memcpy(pStr, *p, strlen( *p ) ); in osl_psz_executeProcess()
506 pStr += strlen( *p ); in osl_psz_executeProcess()
508 p++; in osl_psz_executeProcess()
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx1813 p->UpdateCompile( bForceIfNameInUse ); in UpdateCompile()
1830 p->aPos.SetTab( nNewTab ); in SetTabNo()
1881 p->SetDirtyVar(); in SetDirtyVar()
1896 p->SetDirtyVar(); in SetDirty()
1897 if ( !pDocument->IsInFormulaTree( p ) ) in SetDirty()
1898 pDocument->PutInFormulaTree( p ); in SetDirty()
1975 p->SetDirtyAfterLoad(); in SetDirtyAfterLoad()
1988 if ( p->GetCellType() == CELLTYPE_FORMULA && p->GetDirty() ) in SetDirtyAfterLoad()
1989 p->SetDirty(); in SetDirtyAfterLoad()
2003 if( p->GetCellType() == CELLTYPE_FORMULA && p->HasRelNameReference() ) in SetRelNameDirty()
[all …]
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3172 p[0].X() = nX-1; p[0].Y() = nY-1; in SetToolArrowClipregion()
3173 p[1].X() = nX-1; p[1].Y() = nY+nSize+1; in SetToolArrowClipregion()
3174 p[2].X() = nX+1; p[2].Y() = nY+nSize+1; in SetToolArrowClipregion()
3177 p[5].X() = nX+1; p[5].Y() = nY-1; in SetToolArrowClipregion()
3180 p[0].X() = nX-1; p[0].Y() = nY-1; in SetToolArrowClipregion()
3181 p[1].X() = nX-1; p[1].Y() = nY+1; in SetToolArrowClipregion()
3184 p[4].X() = nX+nSize+1; p[4].Y() = nY+1; in SetToolArrowClipregion()
3185 p[5].X() = nX+nSize+1; p[5].Y() = nY-1; in SetToolArrowClipregion()
3188 p[0].X() = nX+nHalfSize-1; p[0].Y() = nY-1; in SetToolArrowClipregion()
3189 p[1].X() = nX-1; p[1].Y() = nY+nHalfSize-1; in SetToolArrowClipregion()
[all …]
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx109 const OUString* p = aNames.getConstArray(); in implImportLabels() local
113 xConfigAccess->getByName( *p ) >>= xNameAccess; in implImportLabels()
120 rStringMap[ *p ] = aUIName; in implImportLabels()
124 p++; in implImportLabels()
155 const NamedValue* p = aUserData.getConstArray(); in CustomAnimationPreset() local
159 if( p->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "text-only" ) ) ) in CustomAnimationPreset()
164 p++; in CustomAnimationPreset()
497 const OUString* p = aNames.getConstArray(); in importPresets() local
501 xTypeAccess->getByName( *p ) >>= xCategoryAccess; in importPresets()
534 p++; in importPresets()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx106 while( p->mpName ) in find()
109 return p; in find()
111 p++; in find()
633 p++; in fixMainSequenceTiming()
706 while( p->mpMSName ) in convertAnimationNode()
711 p++; in convertAnimationNode()
721 if( p->mpAPIName ) in convertAnimationNode()
1102 p++; in getConvertedSubType()
1243 …while( p->mpStrPresetId && ((p->mnPresetClass != nEffectPresetClass) || (p->mnPresetId != nPresetI… in fillNode()
1244 p++; in fillNode()
[all …]
/trunk/main/cppu/source/uno/
H A Ddata.cxx338 void * p = (*queryInterface)( pInterface, pAssignable ); in uno_type_isAssignableFromData() local
339 _release( p, release ); in uno_type_isAssignableFromData()
340 return (0 != p); in uno_type_isAssignableFromData()
425 sal_Int16 p CPPU_GCC3_ALIGN( M );
430 sal_Int16 p; member
435 double p; member
481 void * p; member in cppu::Ref
528 BINTEST_VERIFYOFFSET( N, p, 8 ); in BinaryCompatible_Impl()
530 BINTEST_VERIFYOFFSET( N2, p, 8 ); in BinaryCompatible_Impl()
/trunk/main/offapi/com/sun/star/chart/
H A DXChartData.idl53 changes.</p>
78 <p>In IEEE arithmetic format it is one of the NaN values, so
79 there are no conflicts with existing numeric values.</p>
88 <p>In IEEE arithmetic format it is one of the NaN values, so
89 there are no conflicts with existing numeric values.</p>
91 <p>Always use this method to check, if a value is <em>not a
95 result!</p>
/trunk/main/offapi/com/sun/star/form/validation/
H A DXValidator.idl45 <p>Validators support simple validity checks and retrieving justifications for
46 invalidity.</p>
48 <p>Validators may additionally support dynamic validity constraints. In such a case,
76 <p>Usually, an <type>XValidatable</type> instance will also add itself as validity listener,
77 as soon as the validator is introduced to it.</p>
79 <p>Implementations which do not support dynamic validity contraints should simply ignore this
80 call.</p>
/trunk/main/offapi/com/sun/star/logging/
H A DXLogHandler.idl56 <p>Disposing the handler effectively means closing the channel
63 <p>It depends on the concrete handler implementation whether or not this
64 parameter is needed.<p>
76 <p>Different handlers can have different log levels, which again might be
78 are used.</p>
84 <p>Log handlers are allowed to buffer their output. Upon <code>flush</code>
85 being called, they must flush all their buffers.</p>
/trunk/main/vcl/unx/gtk/a11y/
H A Datkwindow.cxx107 PopupMenuFloatingWindow* p = dynamic_cast<PopupMenuFloatingWindow*>(pChild); in init_from_window() local
108 if (p && p->IsPopupMenu() && p->GetMenuStackLevel() == 0) in init_from_window()
170 PopupMenuFloatingWindow* p = dynamic_cast<PopupMenuFloatingWindow*>(pChild); in isChildPopupMenu() local
171 if (!p) in isChildPopupMenu()
174 return p->IsPopupMenu(); in isChildPopupMenu()
/trunk/main/sax/source/expatwrap/
H A Dsax_expat.cxx65 if( p ) { in XmlNChar2OUString()
68 return OUString( (sal_Unicode*)p,nLen); in XmlNChar2OUString()
74 pWchar[n] = (sal_Unicode) p[n]; in XmlNChar2OUString()
84 OUString XmlChar2OUString( const XML_Char *p ) in XmlChar2OUString() argument
86 if( p ) { in XmlChar2OUString()
88 for( nLen = 0 ; p[nLen] ; nLen ++ ) in XmlChar2OUString()
90 return XmlNChar2OUString( p , nLen ); in XmlChar2OUString()
194 SaxExpatParser *p = new SaxExpatParser; in SaxExpatParser_CreateInstance() local
196 return Reference< XInterface > ( (OWeakObject * ) p ); in SaxExpatParser_CreateInstance()
378 LocatorImpl( SaxExpatParser_Impl *p ) in LocatorImpl() argument
[all …]
/trunk/main/sax/source/fastparser/
H A Dfastparser.cxx66 …l( const SaxContextImplPtr& p ) { mnNamespaceCount = p->mnNamespaceCount; mnElementToken = p->mnEl… in SaxContextImpl()
89 FastLocatorImpl( FastSaxParser *p ) : mpParser(p) {} in FastLocatorImpl() argument
405 XML_Char *p; in splitName() local
406 for( p = const_cast< XML_Char* >( pwName ), rNameLen = 0, rPrefixLen = 0; *p; p++ ) in splitName()
408 if( *p == ':' ) in splitName()
410 rPrefixLen = p - pwName; in splitName()
/trunk/main/offapi/com/sun/star/i18n/
H A DXBreakIterator.idl56 <p> Assumption: StartPos is inclusive and EndPos is exclusive. </p>
114 <p> If the previous character is a space character and
125 points to. </p>
127 <p> <b>Note</b> that the OpenOffice.org 1.0 / StarOffice 6.0
130 This is fixed in later versions. </p>
147 <p> If <em>nPos</em> is the boundary of a word, it is StartPos
154 we look forwards for the end of the word. </p>
172 <p> This method is mis-defined, since <type>WordType</type>
176 </p>
184 <p> It is possible that both of this method
[all …]
/trunk/main/udkapi/com/sun/star/security/
H A DXAccessController.idl60 <p>
65 </p>
88 <p>
91 </p>
112 <p>
115 </p>
138 <p>
140 </p>
/trunk/main/sot/source/sdstor/
H A Dstgio.cxx295 for( StgDirEntry* p = aIter.First(); p ; p = aIter.Next() ) in MarkAll() local
297 if( p->aEntry.GetType() == STG_STORAGE ) in MarkAll()
299 nErr = MarkAll( p ); in MarkAll()
305 sal_Int32 nSize = p->aEntry.GetSize(); in MarkAll()
307 nErr = aSmallFat.Mark( p->aEntry.GetStartPage(),nSize, -2 ); in MarkAll()
309 nErr = aFat.Mark( p->aEntry.GetStartPage(),nSize, -2 ); in MarkAll()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx251 Guchar *p, *pm; in createPng() local
268 p = imgStr->getLine(); in createPng()
271 colorMap->getRGB(p, &rgb); in createPng()
277 p +=colorMap->getNumPixelComps(); in createPng()
337 Guchar *p; in createPng() local
353 p = imgStr->getLine(); in createPng()
356 colorMap->getRGB(p, &rgb); in createPng()
362 p +=colorMap->getNumPixelComps(); in createPng()

Completed in 184 milliseconds

1...<<31323334353637383940>>...143