Home
last modified time | relevance | path

Searched refs:p (Results 326 – 350 of 3444) sorted by relevance

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

/trunk/main/offapi/com/sun/star/chart2/
H A DXChartTypeTemplate.idl67 </p>
88 not be changed.</p>
103 template.</p>
107 called.</p>
123 </p>
136 <member>createDiagramByDataSource</member>.</p>
138 <p>For analysis all parts of the diagram may be used,
216 <p>In <member>createDiagramByDataSource</member> or
220 the changed settings to the default.</p>
222 <p>If for example the template changed the
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxilink.cxx406 for (XclImpCrn* p = maCrnList.First(); p; p = maCrnList.Next()) in LoadCachedValues() local
408 const XclAddress& rAddr = p->GetAddress(); in LoadCachedValues()
409 switch (p->GetType()) in LoadCachedValues()
413 bool b = p->GetBool(); in LoadCachedValues()
420 double f = p->GetValue(); in LoadCachedValues()
540 for (XclImpSupbookTab* p = maSupbTabList.First(); p; p = maSupbTabList.Next(), ++i) in GetTabName() local
543 return p->GetTabName(); in GetTabName()
658 if (!p) in GetSupbookUrl()
660 return &p->GetXclUrl(); in GetSupbookUrl()
665 const XclImpSupbook* p = GetSupbook(nXti); in GetSupbookTabName() local
[all …]
/trunk/main/tools/source/memtools/
H A Dtable.cxx111 sal_Bool Table::Insert( sal_uIntPtr nKey, void* p ) in Insert() argument
165 Container::Insert( p, i+1 ); in Insert()
196 void* Table::Replace( sal_uIntPtr nKey, void* p ) in Replace() argument
205 return Container::Replace( p, nIndex+1 ); in Replace()
231 sal_uIntPtr Table::GetKey( const void* p ) const in GetKey()
337 void* Table::Seek( void* p ) in Seek() argument
339 sal_uIntPtr nKey = GetKey( p ); in Seek()
373 void* p = Container::Last(); in Last() local
377 return p; in Last()
402 void* p = Container::Prev(); in Prev() local
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleTableModelChange.idl39 obtained by accessing the other four data members.</p>
48 <p>The model change either inserted or deleted one or more rows
51 of the model change.</p>
57 <p>The first row that has been changed or that contains
58 modified cells.</p>
64 <p>The last row that has been changed or that contains modified
65 cells.</p>
71 <p>The first column that has been changed or contains modified
72 cells.</p>
78 <p>The last column that has been changed or contains modified
[all …]
H A DXAccessibleHyperlink.idl39 <p>Single hyperlinks correspond to simple &lt;a href&gt; tags. Groups
47 methods.</p>
49 <p>Furhtermore, the object that implements this interface has to be
54 indices with respect to the text exposed by that interface.</p>
65 enclosed by the &lt&a href&gt; tag.</p>
84 the &lt&a href&gt; tag.</p>
102 <p>The returned value relates to the <type>XAccessibleText</type>
103 interface that ownes this hyperlink.</p>
114 <p>The returned value relates to the <type>XAccessibleText</type>
115 interface that ownes this hyperlink.</p>
[all …]
/trunk/main/offapi/com/sun/star/embed/
H A DElementModes.idl34 <p>
38 </p>
52 <p>
57 </p>
64 <p>
67 </p>
79 <p>
81 </p>
88 <p>
91 </p>
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dexcept.cxx60 static OUString toUNOname( char const * p ) SAL_THROW( () ) in toUNOname() argument
63 char const * start = p; in toUNOname()
69 OSL_ASSERT( 'N' == *p ); in toUNOname()
70 ++p; // skip N in toUNOname()
72 while ('E' != *p) in toUNOname()
75 long n = (*p++ - '0'); in toUNOname()
76 while ('0' <= *p && '9' >= *p) in toUNOname()
79 n += (*p++ - '0'); in toUNOname()
81 buf.appendAscii( p, n ); in toUNOname()
82 p += n; in toUNOname()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dexcept.cxx60 static OUString toUNOname( char const * p ) SAL_THROW( () ) in toUNOname() argument
63 char const * start = p; in toUNOname()
69 OSL_ASSERT( 'N' == *p ); in toUNOname()
70 ++p; // skip N in toUNOname()
72 while ('E' != *p) in toUNOname()
75 long n = (*p++ - '0'); in toUNOname()
76 while ('0' <= *p && '9' >= *p) in toUNOname()
79 n += (*p++ - '0'); in toUNOname()
81 buf.appendAscii( p, n ); in toUNOname()
82 p += n; in toUNOname()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Dexcept.cxx60 static OUString toUNOname( char const * p ) SAL_THROW( () ) in toUNOname() argument
63 char const * start = p; in toUNOname()
69 OSL_ASSERT( 'N' == *p ); in toUNOname()
70 ++p; // skip N in toUNOname()
72 while ('E' != *p) in toUNOname()
75 long n = (*p++ - '0'); in toUNOname()
76 while ('0' <= *p && '9' >= *p) in toUNOname()
79 n += (*p++ - '0'); in toUNOname()
81 buf.appendAscii( p, n ); in toUNOname()
82 p += n; in toUNOname()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dexcept.cxx60 static OUString toUNOname( char const * p ) SAL_THROW( () ) in toUNOname() argument
63 char const * start = p; in toUNOname()
69 OSL_ASSERT( 'N' == *p ); in toUNOname()
70 ++p; // skip N in toUNOname()
72 while ('E' != *p) in toUNOname()
75 long n = (*p++ - '0'); in toUNOname()
76 while ('0' <= *p && '9' >= *p) in toUNOname()
79 n += (*p++ - '0'); in toUNOname()
81 buf.appendAscii( p, n ); in toUNOname()
82 p += n; in toUNOname()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dexcept.cxx60 static OUString toUNOname( char const * p ) SAL_THROW( () ) in toUNOname() argument
63 char const * start = p; in toUNOname()
69 OSL_ASSERT( 'N' == *p ); in toUNOname()
70 ++p; // skip N in toUNOname()
72 while ('E' != *p) in toUNOname()
75 long n = (*p++ - '0'); in toUNOname()
76 while ('0' <= *p && '9' >= *p) in toUNOname()
79 n += (*p++ - '0'); in toUNOname()
81 buf.appendAscii( p, n ); in toUNOname()
82 p += n; in toUNOname()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dexcept.cxx60 static OUString toUNOname( char const * p ) SAL_THROW( () ) in toUNOname() argument
63 char const * start = p; in toUNOname()
69 OSL_ASSERT( 'N' == *p ); in toUNOname()
70 ++p; // skip N in toUNOname()
72 while ('E' != *p) in toUNOname()
75 long n = (*p++ - '0'); in toUNOname()
76 while ('0' <= *p && '9' >= *p) in toUNOname()
79 n += (*p++ - '0'); in toUNOname()
81 buf.appendAscii( p, n ); in toUNOname()
82 p += n; in toUNOname()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dexcept.cxx60 static OUString toUNOname( char const * p ) SAL_THROW( () ) in toUNOname() argument
63 char const * start = p; in toUNOname()
69 OSL_ASSERT( 'N' == *p ); in toUNOname()
70 ++p; // skip N in toUNOname()
72 while ('E' != *p) in toUNOname()
75 long n = (*p++ - '0'); in toUNOname()
76 while ('0' <= *p && '9' >= *p) in toUNOname()
79 n += (*p++ - '0'); in toUNOname()
81 buf.appendAscii( p, n ); in toUNOname()
82 p += n; in toUNOname()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dexcept.cxx60 static OUString toUNOname( char const * p ) SAL_THROW( () ) in toUNOname() argument
63 char const * start = p; in toUNOname()
69 OSL_ASSERT( 'N' == *p ); in toUNOname()
70 ++p; // skip N in toUNOname()
72 while ('E' != *p) in toUNOname()
75 long n = (*p++ - '0'); in toUNOname()
76 while ('0' <= *p && '9' >= *p) in toUNOname()
79 n += (*p++ - '0'); in toUNOname()
81 buf.appendAscii( p, n ); in toUNOname()
82 p += n; in toUNOname()
[all …]
/trunk/main/udkapi/com/sun/star/beans/
H A DXTolerantMultiPropertySet.idl57 <p>The speciality of this interface is that none of the functions
60 returned.</p>
62 <p>Note: There is no support for property change listeners in this
63 interface.</p>
78 <p>If the names are not sorted the behaviour of the method
79 is undefined!</p>
109 <p>The count and order of the values in the returned sequence
117 is undefined!</p>
133 <p>Since the count of returned elements may be different from
135 will also state the name of the property.</p>
[all …]
/trunk/main/rdbmaker/source/rdbmaker/
H A Drdbmaker.cxx107 sal_Char *p = NULL; in initFilterTypes() local
110 p = pBuf; in initFilterTypes()
111 if (*p != '\n' && *p != '\r') in initFilterTypes()
113 while (*p == ' ' && *p =='\t') in initFilterTypes()
114 p++; in initFilterTypes()
116 s = p; in initFilterTypes()
117 while (*p != '\n' && *p != '\r' && *p != ' ' && *p != '\t') in initFilterTypes()
118 p++; in initFilterTypes()
120 *p = '\0'; in initFilterTypes()
/trunk/main/offapi/com/sun/star/form/
H A DPropertyBrowserController.idl53 data binding, its layout, and its event binding</p>
55 <p>For using a PropertyBrowserController, you need to
60 </p>
86 <p>Note that nowadays, this service is only a legacy wrapper using the
95 <p>Changing this property from outside causes the controller to update its view
96 with the data of the new object</p>
102 <p>The aspects of a <type>DataAwareControlModel</type> which can be browsed and modified
108 With this property, it can be controller which page is currently active.</p>
110 <p>Valid values are (this list may be extended in the future):
114 <ul></p>
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Dcpp2uno.cxx421 unsigned char * p = code; in codeSnippet() local
424 *p++ = 0xB8; in codeSnippet()
426 p += sizeof (sal_Int32); in codeSnippet()
428 *p++ = 0xBA; in codeSnippet()
430 p += sizeof (sal_Int32); in codeSnippet()
432 *p++ = 0x89; in codeSnippet()
433 *p++ = 0xE1; in codeSnippet()
435 *p++ = 0xE9; in codeSnippet()
436 *reinterpret_cast< sal_Int32 * >(p) in codeSnippet()
438 p += sizeof (sal_Int32); in codeSnippet()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Dcpp2uno.cxx419 unsigned char * p = code; in codeSnippet() local
422 *p++ = 0xB8; in codeSnippet()
424 p += sizeof (sal_Int32); in codeSnippet()
426 *p++ = 0xBA; in codeSnippet()
428 p += sizeof (sal_Int32); in codeSnippet()
430 *p++ = 0x89; in codeSnippet()
431 *p++ = 0xE1; in codeSnippet()
433 *p++ = 0xE9; in codeSnippet()
434 *reinterpret_cast< sal_Int32 * >(p) in codeSnippet()
436 p += sizeof (sal_Int32); in codeSnippet()
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DSearchFlags.idl71 <p> A NEWLINE character in string will not be matched by a
73 matching list. </p>
75 <p> A circumflex (^) in pattern when used to specify expression
78 REG_NOT_BEGINOFLINE. </p>
80 <p> A dollar-sign ($) in pattern when used to specify expression
83 REG_NOT_ENDOFLINE. </p>
104 weights. This is the mathematically correct WLD. </p>
106 <p> From a user's point of view the strict WLD is an
120 replacement. </p>
122 <p> From a user's point of view the relaxed WLD is an
[all …]
H A DXCloseListener.idl46 <p>
54 </p>
56 <p>
60 </p>
70 <p>
75 </p>
77 <p>
85 </p>
87 <p>
114 <p>
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx751 pEntry = &p; in StgDataStrm()
752 Init( p.aEntry.GetLeaf( STG_DATA ), in StgDataStrm()
753 p.aEntry.GetSize() ); in StgDataStrm()
983 pEntry = &p; in StgSmallStrm()
985 p.aEntry.GetSize() ); in StgSmallStrm()
1115 if( rSrc.Read( p, nn ) != nn ) in Copy()
1117 if( Write( p, nn ) != nn ) in Copy()
1121 delete [] p; in Copy()
1173 if( Read( p, nb ) == nb in SetSize()
1174 && s->Write( p, nb ) == nb ) in SetSize()
[all …]
/trunk/main/offapi/com/sun/star/report/
H A DXReportControlFormat.idl114 <p>It is linked to the properties CharCombinePrefix and CharCombineSuffix.</p>
123 <p>It is linked to the properties CharCombineIsOn and CharCombineSuffix.</p>
132 <p>It is linked to the properties CharCombineIsOn and CharCombinePrefix.</p>
191 <p>Negative values denote subscripts and positive values superscripts.</p>
249 <p>It may contain more than one name separated by comma.</p>
260 <p>This attribute may be empty.</p>
374 </p>
465 <p>It may contain more than one name separated by comma.</p>
474 <p>This property may be empty.</p>
543 <p>It may contain more than one name separated by comma.</p>
[all …]
/trunk/main/soltools/ldump/
H A Dldump.cxx591 char *p; in DumpError() local
595 case 1: p = "Input error in library file"; break; in DumpError()
597 case 3: p = "Overflow of symbol table"; break; in DumpError()
599 case 10: p = "EXP file not found"; break; in DumpError()
600 case 11: p = "No valid EXP file"; break; in DumpError()
602 case 10: p = "Library file not found"; break; in DumpError()
603 case 11: p = "No valid library file"; break; in DumpError()
605 case 98: p = "Out of memory"; break; in DumpError()
615 case 510: p = "Overflow of filter table\n"; break; in DumpError()
618 default: p = "Unspecified error"; in DumpError()
[all …]
/trunk/main/offapi/com/sun/star/inspection/
H A DXObjectInspectorUI.idl48 <p>This interface is used as callback for <type>XPropertyHandler</type>s.</p>
54 <code>enablePropertyUI( "Foo" )</code> will simply be ignored.</p>
62 <p>This is usually used by an <type>XPropertyHandler</type> if it handles properties,
63 where one does only make sense if another one has a certain value.</p>
74 <p>Note that the complete UI for the property must be enabled in order for these settings to
99 … <p>This method might be used by an <type>XPropertyHandler</type> if it wants to change the type
100 of control (see <type>PropertyControlType</type>) used to display a certain property.</p>
102 …<p>The object inspector will then call describePropertyLine again, and update its UI accordingly.<…
107 <member>XPropertyHandler::describePropertyLine</member></p>
148 <p>The given XPropertyControlObserver will be notified of all changes
[all …]

Completed in 91 milliseconds

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