Home
last modified time | relevance | path

Searched refs:p (Results 476 – 500 of 3444) sorted by relevance

1...<<11121314151617181920>>...138

/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Dcpp2uno.cxx419 unsigned char * p = code; in codeSnippet() local
422 *p++ = 0xB8; in codeSnippet()
423 *reinterpret_cast< sal_Int32 * >(p) = functionIndex; in codeSnippet()
424 p += sizeof (sal_Int32); in codeSnippet()
426 *p++ = 0xBA; in codeSnippet()
427 *reinterpret_cast< sal_Int32 * >(p) = vtableOffset; in codeSnippet()
428 p += sizeof (sal_Int32); in codeSnippet()
430 *p++ = 0xE9; in codeSnippet()
431 *reinterpret_cast< sal_Int32 * >(p) in codeSnippet()
433 p += sizeof (sal_Int32); in codeSnippet()
[all …]
/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx97 void * p; in allocExec() local
99 p = mmap( in allocExec()
102 if (p == MAP_FAILED) { in allocExec()
103 p = 0; in allocExec()
107 munmap (static_cast<char*>(p), n); in allocExec()
108 p = 0; in allocExec()
111 p = VirtualAlloc(0, n, MEM_COMMIT, PAGE_EXECUTE_READWRITE); in allocExec()
113 p = 0; in allocExec()
114 DosAllocMem( &p, n, PAG_COMMIT | PAG_READ | PAG_WRITE | OBJ_ANY); in allocExec()
116 if (p != 0) { in allocExec()
[all …]
/trunk/main/svl/source/numbers/
H A Dzformat.cxx1636 p++; in LoadString()
4437 } while ( *p == ' ' && ++p < pEnd ); in HasStringNegativeSign()
4438 p = pEnd - 1; in HasStringNegativeSign()
4443 } while ( *p == ' ' && pBeg < --p ); in HasStringNegativeSign()
4511 switch ( *p ) in EraseComment()
4531 ++p; in EraseComment()
4549 while ( p <= p1 ) in IsInQuote()
4566 p++; in IsInQuote()
4588 while ( p < p1 ) in GetQuoteEnd()
4590 if ( *p == cQuote && p > p0 && *(p-1) != cEscIn ) in GetQuoteEnd()
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx2265 *p = 0; in ScBase()
2359 while ( *p == ' ' || *p == '\t' ) in ScDecimal()
2363 if ( *p == 'x' || *p == 'X' ) in ScDecimal()
2364 p++; in ScDecimal()
2365 else if ( *p == '0' && (*(p+1) == 'x' || *(p+1) == 'X') ) in ScDecimal()
2371 if ( '0' <= *p && *p <= '9' ) in ScDecimal()
2373 else if ( 'A' <= *p && *p <= 'Z' ) in ScDecimal()
2375 else if ( 'a' <= *p && *p <= 'z' ) in ScDecimal()
2382 ( (nBase == 2 && (*p == 'b' || *p == 'B')) in ScDecimal()
2383 ||(nBase == 16 && (*p == 'h' || *p == 'H')) ) in ScDecimal()
[all …]
/trunk/main/soltools/inc/
H A Dst_list.hxx185 for ( unsigned p = len; p > pos; --p) in Insert() local
187 inhalt[p] = inhalt[p-1]; in Insert()
201 for ( unsigned p = pos; p < len; ++p) in Remove() local
203 inhalt[p] = inhalt[p+1]; in Remove()
/trunk/main/udkapi/com/sun/star/io/
H A DXActiveDataControl.idl44 <p>This interface should be supported by objects which implement
45 <type>XActiveDataSource</type> or <type>XActiveDataSink</type>.</p>
53 <p>It is suggested to allow multiple registration of the same listener,
63 <p>It is suggested to allow multiple registration of the same listener,
73 <p>Either <member>XActiveDataControl::setInputStream()</member> or
75 </p>
77 <p>This method does not block the thread, so reading is
78 generally not finished when the method returns. </p>
87 <p>It closes all connected resources and calls
90 <member>XStreamListener::terminated</member>-event.</p>
/trunk/main/offapi/com/sun/star/sheet/
H A DExternalReference.idl46 <p>You can get the index value of an external document from the
48 …e through its attribute <type scope="com::sun::star::sheet::ExternalDocLink">TokenIndex</type>.</p>
60 <p>In case of a cell range reference that spans across multiple
61 sheets, this is the name of the first sheet in that range.</p>
63 <p>Note that an external range name ignores this value at the moment,
65 sheet-specific range name.</i></p>
74 <p>This can store either <type>SingleReference</type> for a single
76 reference, or simply a <type>string</type> for a defined name.</p>
78 <p>The <member>SingleReference::Sheet</member> member shall contain
80 externally referenced cells.</p>
H A DNamedRange.idl47 <p>In fact a named range is a named formula expression. A cell range
48 address is one possible content of a named range.</p>
64 <p>This works only, if the named range contains a single cell range
65 address.</p>
73 <p>A token describing a defined name shall contain the op-code obtained
75 this index as data part.</p>
88 <p>This special property shall not be used externally. It is used by
91 by several cells to save memory and to decrease file size.</p>
93 <p>A defined name with this property set will not appear in the user
96 definition contained in the name instead.</p>
H A DTableValidation.idl75 <p>This is only used if <member>TableValidation::ShowInputMessage</member>
76 is set to <TRUE/>.</p>
84 <p>This is only used if <member>TableValidation::ShowInputMessage</member>
85 is set to <TRUE/>.</p>
100 <p>This is only used if <member>TableValidation::ShowErrorMessage</member>
101 is set to <TRUE/>.</p>
109 <p>This is only used if <member>TableValidation::ShowErrorMessage</member>
110 is set to <TRUE/>.</p>
124 <p>This is used only if <member>TableValidation::ShowErrorMessage</member>
125 is set to <TRUE/>.</p>
/trunk/main/offapi/com/sun/star/rendering/
H A DColorSpaceType.idl36 /** Grey-value color space.<p>
46 /** CMYK color space.<p>
54 /** CMYKOG color space.<p>
62 /** Standard CieXYZ color space.<p>
70 /** Standard CieLab color space.<p>
79 /** Standard sRGB color space.<p>
87 /** HSV color space.<p>
95 /** HSL color space.<p>
103 /** YCbCr color space.<p>
111 /** Indexed color space.<p>
H A DXCanvas.idl100 polygons or text rendering).<p>
117 extra clipping).<p>
133 allocation and comparisons).<p>
258 transparency.<p>
292 transparency.<p>
380 area as a stroke.<p>
410 rule.<p>
578 with the given font.<p>
624 script).<p>
648 /** Render the given bitmap.<p>
[all …]
/trunk/main/offapi/com/sun/star/sdb/
H A DColumnSettings.idl43 <p>The proper value can be determined by using the
46 </p>
47 <p>
51 </p>
64 <p>
69 </p>
76 <p>
80 </p>
87 <p>
91 </p>
H A DXSingleSelectQueryComposer.idl50 <p>
53 </p>
224 are covered by the get methods.</p>
229 the complete composed query.</p>
236 clauses.</p>
238 <p>There are various use cases for this. For instance, you might want to use the
243 <type>SingleSelectQueryComposer</type>.</p>
245 <p>If, in such a scenario, you would be interested in the filter part of the
248 part via <member>XSingleSelectQueryAnalyzer::getFilter</member>.</p>
250 <p>If you'd be interested in the composed filter, you would set the
[all …]
H A DOfficeDatabaseDocument.idl49 …<p>These documents contain information about forms, and reports, and the properties of a data sour…
58 </ul></p>
70 service is considered a documentation error.</p>
90 <p>A newly instantiated database document cannot be operated until it is fully
99 needed, and store it.</p>
107 <p>The following events are broadcasted by a database document
217 </p>
225 <p>Whoever retrieves a <type>OfficeDatabaseDocument</type> should be aware of
228 <p>This implies that clients of a document need to ensure that as soon as they don't
231 <p>Since this can be done by multiple clients, every client is additionally required
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DProtocolHandler.idl41 <p>
45 </p>
47 <p>
52 </p>
60 <p>
63 </p>
70 <p>
78 </p>
80 <p>
84 </p>
/trunk/main/i18nutil/source/utility/
H A Dwidthfolding.cxx54 sal_Int32 *p = NULL; in decompose_ja_voiced_sound_marks() local
59 p = offset.getArray(); in decompose_ja_voiced_sound_marks()
81 *p ++ = position; in decompose_ja_voiced_sound_marks()
82 *p ++ = position ++; in decompose_ja_voiced_sound_marks()
89 *p ++ = position ++; in decompose_ja_voiced_sound_marks()
131 sal_Int32 *p = NULL; in compose_ja_voiced_sound_marks() local
136 p = offset.getArray(); in compose_ja_voiced_sound_marks()
174 *p ++ = position ++; in compose_ja_voiced_sound_marks()
183 *p ++ = position ++; in compose_ja_voiced_sound_marks()
190 *p = position; in compose_ja_voiced_sound_marks()
/trunk/main/offapi/com/sun/star/text/
H A DViewSettings.idl185 <p>The value must be greater or equal to 0, and the application
186 may enforce an upper bound for the value.</p>
196 <p>The value must be greater or equal to 0, and the application
197 may enforce an upper bound for the value.</p>
208 <p>The value must be greater than 0. The application
209 may enforce more restricting bounds for the value.</p>
220 <p>The value must be greater than 0. The application
221 may enforce more restricting bounds for the value.</p>
238 ShowTabstops, ShowSpaces, ShowBreaks and ShowParaBreaks </p>
246 <p>Uses values <type scope="com::sun::star::awt">FieldUnit</type></p>
[all …]
/trunk/main/udkapi/com/sun/star/script/
H A DXDefaultProperty.idl37 <p>For example where ExampleObject is an instance of an Object that
40 syntax like <p>ExampleObject = "foo"</p>
42 <p>ExampleObject.Value = "foo"</p>
44 <p>bar = ExampleObject</p>
46 <p>bar = ExampleObject.Value</p>
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleFilterMenuItem.cxx184 ScAccessibleStateSet* p = static_cast<ScAccessibleStateSet*>( in updateStateSet() local
187 p->clear(); in updateStateSet()
189 p->insert(ENABLED); in updateStateSet()
190 p->insert(FOCUSABLE); in updateStateSet()
191 p->insert(SELECTABLE); in updateStateSet()
192 p->insert(SENSITIVE); in updateStateSet()
193 p->insert(OPAQUE); in updateStateSet()
196 p->insert(FOCUSED); in updateStateSet()
199 p->insert(SELECTED); in updateStateSet()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx162 delete p; in operator ()()
217 if (!p) in getColRanges()
238 if (!p) in getRowRanges()
254 if (!p) in getAllRanges()
2057 if (p) in createDataSequenceByRangeRepresentation()
2656 for (FormulaToken* p = pArray->First(); p; p = pArray->Next()) in FillCacheFromExternalRef() local
3233 ScRangePtr p; in getNumberFormatKeyByIndex() local
3246 for ( p = aRanges.First(); p && !bFound; p = aRanges.Next()) in getNumberFormatKeyByIndex()
3631 for ( p = m_xRanges->First(); p; p = m_xRanges->Next()) in getTextualData()
3635 … nCount += m_bColumn ? p->aEnd.Col() - p->aStart.Col() + 1 : p->aEnd.Row() - p->aStart.Row() + 1; in getTextualData()
[all …]
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx801 const sal_Unicode* p = pStr + nStart; in scanCurrFormatImpl() local
804 while ( p < pStop ) in scanCurrFormatImpl()
808 if ( *p == '"' && *(p-1) != '\\' ) in scanCurrFormatImpl()
813 switch ( *p ) in scanCurrFormatImpl()
816 if ( pStr == p || *(p-1) != '\\' ) in scanCurrFormatImpl()
840 && nSym != STRING_NOTFOUND && p < pStop-1 && *(p+1) == ' ' ) in scanCurrFormatImpl()
854 p = pStop; in scanCurrFormatImpl()
860 if ( nBlank == STRING_NOTFOUND && pStr < p && *(p-1) == ' ' ) in scanCurrFormatImpl()
862 p += aCurrSymbol.Len() - 1; in scanCurrFormatImpl()
863 if ( nBlank == STRING_NOTFOUND && p < pStop-2 && *(p+2) == ' ' ) in scanCurrFormatImpl()
[all …]
/trunk/main/sw/source/core/undo/
H A Dunovwr.cxx418 const sal_Int32* p = pOffsets; in AddChanges() local
419 for( long n = 0; n < nOffsLen; ++n, ++p ) in AddChanges()
420 if( *p != ( nStart + n )) in AddChanges()
425 p = pOffsets; in AddChanges()
429 if( *p < nMyOff ) in AddChanges()
432 nMyOff = *p; in AddChanges()
435 else if( *p > nMyOff ) in AddChanges()
437 for( ; *p > nMyOff; ++nMyOff ) in AddChanges()
441 --p; in AddChanges()
482 sal_Int32* p = aOffsets.getArray(); in SetChangeAtNode() local
[all …]
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx543 TIFFLZWCTreeNode* p; in Compress() local
554 for( p = pPrefix->pFirstChild; p != NULL; p = p->pBrother ) in Compress()
556 if ( p->nValue == nV ) in Compress()
560 if( p ) in Compress()
561 pPrefix = p; in Compress()
581 p = pTable + ( nTableSize++ ); in Compress()
582 p->pBrother = pPrefix->pFirstChild; in Compress()
583 pPrefix->pFirstChild = p; in Compress()
584 p->nValue = nV; in Compress()
585 p->pFirstChild = NULL; in Compress()
/trunk/main/offapi/com/sun/star/ucb/
H A DContentAction.idl34 <p>
39 </p>
41 <p>
43 </p>
55 <p>
61 </p>
85 <p>
89 </p>
126 <p>Events containing this action may be generated at any time. So a
130 <p>This action must be notified at the listeners of the deleted
[all …]
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXResourceId.idl41 <p>Resources of the drawing framework are panes, views, tool bars, and
45 views), or it is empty (for panes).</p>
46 <p>The resource URL may be empty. In this case the anchor is empty,
49 an empty reference can be used in many places.</p>
50 <p>The resource URL may have arguments that are passed to the factory
52 getFullResourceURL(). The getResourceURL() method strips them away.</p>
88 <p>The two resource ids A and B are compared so that if A<B (return
90 indirect anchor of B.</p>
91 <p>The algorithm for this comparison is quite simple. It uses a
111 <p>Note that not only the anchor of the given object is taken into
[all …]

Completed in 122 milliseconds

1...<<11121314151617181920>>...138