Home
last modified time | relevance | path

Searched refs:p (Results 1651 – 1675 of 3700) sorted by relevance

1...<<61626364656667686970>>...148

/trunk/main/store/source/
H A Dstordir.cxx206 sal_Char *p = xNode->m_aNameBlock.m_pData; in iterate() local
207 sal_Size n = rtl_str_getLength (p); in iterate()
211 m_hTextCvt, p, n, in iterate()
/trunk/main/offapi/com/sun/star/xml/crypto/sax/
H A DXDecryptionResultBroadcaster.idl40 * <p>
47 * <p>
59 * <p>
H A DXEncryptionResultBroadcaster.idl40 * <p>
47 * <p>
59 * <p>
H A DXSignatureCreationResultBroadcaster.idl40 * <p>
47 * <p>
59 * <p>
H A DXSignatureVerifyResultBroadcaster.idl40 * <p>
47 * <p>
59 * <p>
H A DXReferenceResolvedBroadcaster.idl40 * <p>
47 * <p>
61 * <p>
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableDatabaseFormattedField.idl44 <p>The <type scope="com::sun::star::form::binding">XValueBinding</type> instance which
46 values of type <em>double</em>.</p>
55 and an external value binding.</p>
H A DBindableDatabaseNumericField.idl44 <p>The <type scope="com::sun::star::form::binding">XValueBinding</type> instance which
46 values of type <em>double</em>.</p>
55 and an external value binding.</p>
H A DBindableDatabaseDateField.idl44 <p>If an <type scope="com::sun::star::form::binding">ValueBinding</type> instance is
46 </p>
56 and an external value binding.</p>
H A DBindableDatabaseTimeField.idl44 <p>If an <type scope="com::sun::star::form::binding">ValueBinding</type> instance is
46 </p>
56 and an external value binding.</p>
/trunk/main/sw/source/core/fields/
H A Dtextapi.cxx57 SwTextAPIObject::SwTextAPIObject( SwTextAPIEditSource* p ) in SwTextAPIObject() argument
58 : SvxUnoText( p, ImplGetSvxTextPortionPropertySet(), uno::Reference < text::XText >() ) in SwTextAPIObject()
59 , pSource(p) in SwTextAPIObject()
/trunk/main/svl/source/numbers/
H A Dzforscan.cxx189 const sal_Unicode* p = rCode.getStr(); in lcl_extractStandardGeneralName() local
190 const sal_Unicode* const pStop = p + rCode.getLength(); in lcl_extractStandardGeneralName()
191 const sal_Unicode* pBeg = p; // name begins here in lcl_extractStandardGeneralName()
194 while (p < pStop && !bDone) in lcl_extractStandardGeneralName()
196 switch (*p) in lcl_extractStandardGeneralName()
205 pBeg = p+1; in lcl_extractStandardGeneralName()
214 --p; // put back, increment by one follows in lcl_extractStandardGeneralName()
218 ++p; in lcl_extractStandardGeneralName()
220 pBeg = p; in lcl_extractStandardGeneralName()
222 if (pBeg < p) in lcl_extractStandardGeneralName()
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx56 #define DELETEZ( p ) ( delete( p ), p = 0 ) argument
305 virtual void GetSprms( WW8PLCFxDesc* p );
332 virtual void GetSprms( WW8PLCFxDesc* p );
484 virtual void GetSprms( WW8PLCFxDesc* p );
508 virtual void GetSprms( WW8PLCFxDesc* p );
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx201 sal_Char* p = buf; in lcl_AppendHTMLColorTripel() local
204 p += sprintf( p, "%02X", rColor.GetRed() ); // #100211# - checked in lcl_AppendHTMLColorTripel()
205 p += sprintf( p, "%02X", rColor.GetGreen() ); // #100211# - checked in lcl_AppendHTMLColorTripel()
206 p += sprintf( p, "%02X", rColor.GetBlue() ); // #100211# - checked in lcl_AppendHTMLColorTripel()
/trunk/main/svl/source/inc/
H A Dpoolio.hxx120 #define SFX_TRACE(s,p) \ argument
124 "%lp", p ); \
130 #define SFX_TRACE(s,p) argument
/trunk/main/offapi/com/sun/star/sheet/
H A DXFunctionDescriptions.idl48 <p>The container access methods return a sequence of
51 <type>FunctionDescription</type>.</p>
63 is used in the service <type>RecentFunctions</type>.</p>
H A DSpreadsheetDocument.idl149 <p>This interface is derived from
150 <type scope="com::sun::star::lang">XComponent</type>.</p>
213 <p>A spreadsheet document contains 2 families of styles:
214 "PageStyles" and "CellStyles".</p>
/trunk/main/offapi/com/sun/star/ucb/
H A DLock.idl50 <p>This element providfes information sufficient for either directly
60 <p>This element specifies the number of seconds between granting
70 <p>Each lock token is a URI.
/trunk/main/dtrans/source/win32/dtobj/
H A DFmtFilter.cxx502 wchar_t* p = reinterpret_cast<wchar_t*>(bseq.getArray()); in FileListToByteSequence() local
503 ZeroMemory(p, size); in FileListToByteSequence()
509 wcsncpy(p, iter->c_str(), iter->length()); in FileListToByteSequence()
510 p += (iter->length() + 1); in FileListToByteSequence()
/trunk/main/sal/qa/osl/process/
H A Dosl_process.cxx303 LPTSTR p = env; in read_parent_environment() local
305 while (size_t l = _tcslen(p)) in read_parent_environment()
307 env_container->push_back(std::string(p)); in read_parent_environment()
308 p += l + 1; in read_parent_environment()
/trunk/main/sc/inc/
H A Dtoken.hxx173 ScMatrixToken( ScMatrix* p ) : in ScMatrixToken() argument
174 ScToken( formula::svMatrix ), pMatrix( p ) {} in ScMatrixToken()
262 ScJumpMatrixToken( ScJumpMatrix* p ) : in ScJumpMatrixToken() argument
263 ScToken( formula::svJumpMatrix ), pJumpMatrix( p ) {} in ScJumpMatrixToken()
/trunk/main/offapi/com/sun/star/text/
H A DBaseIndex.idl156 <p>
158 </p>
165 <p> It is not available in the bibliography</p>*/
/trunk/main/offapi/com/sun/star/gallery/
H A DXGalleryTheme.idl55 <p>This interface extends the interface
57 access to existing Gallery items collection.</p>
73 <p>This method iterates over each item of the Gallery theme
77 optimizes underlying data structures.</p>
/trunk/main/udkapi/com/sun/star/beans/
H A DXPropertySetInfo.idl47 <p>There are three kinds of properties:
54 <p>The specification only describes the properties, it does not contain
55 any values.</p>
/trunk/main/udkapi/com/sun/star/io/
H A DMarkableOutputStream.idl44 <p>The implementation stores the data as long as marks exists
47 interface. </p>
52 <p> Flushing the outputstream will only flush data,

Completed in 122 milliseconds

1...<<61626364656667686970>>...148