Home
last modified time | relevance | path

Searched refs:p (Results 301 – 325 of 3444) sorted by relevance

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

/trunk/main/offapi/com/sun/star/chart2/
H A DDataPointProperties.idl70 property.</p>
82 <code>LineTransparence</code> property.</p>
212 <p>If this is <TRUE/>, the properties FillBitmapSizeX
222 <p>Depending on the property FillBitmapLogicalSize, this is
229 <p>Depending on the property FillBitmapLogicalSize, this
248 segments.</p>
254 <p>This is especially used for 3D bar-charts.</p>
255 <p>CUBOID==0 CYLINDER==1 CONE==2 PYRAMID==3 CUBOID==else</p>
284 (automatic text scaling).</p>
294 must support the service <type>ErrorBar</type>.</p>
[all …]
H A DRelativeSize.idl45 <p>Typically, the direction is determined by an
47 direction of a given orientation-angle.</p>
49 <p>The values are relative to the page or an object. Values
51 page/object.</p>
53 <p>For a western <type>Orientation</type> this is the
54 width.</p>
61 <p>Typically, the direction is determined by an
63 direction perpendicular to a given orientation-angle.</p>
67 page/object.</p>
69 <p>For a western <type>Orientation</type> this is the
[all …]
/trunk/main/sot/inc/sot/
H A Dobject.hxx175 ClassName * p = new ClassName(); \
177 *ppObj = p; \
178 return p; \
213 ClassName * p = new ClassName(); \
214 Super1* pSuper1 = p; \
218 return p; \
256 ClassName * p = new ClassName(); \
258 *ppObj = p; \
259 return p; \
299 ClassName * p = new ClassName(); \
[all …]
/trunk/main/offapi/com/sun/star/rdf/
H A DXNamedGraph.idl55 <p>
59 </p>
61 <p>
67 </p>
79 <p>
81 </p>
104 <p>
139 <p>
146 <p>
176 <p>
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DFontRequest.idl37 font to be queried from XCanvas.<p>
41 must be emulated by upper layers.<p>
51 /** The description of the font.<p>
54 by the font listing methods.<p>
67 width for vertical writing).<p>
71 it's taken as the cell size of the font.<p>
75 care).<p>
82 <type>XTextLayout</type>.<p>
90 vertical writing).<p>
93 structure.<p>
[all …]
H A DFontInfo.idl37 /** This structure provides information about a specific font.<p>
43 /** The PANOSE font classification.<p>
51 /** The name of the font family.<p>
54 as Times New Roman, Thorndale, Andale or Arial.<p>
57 of the family name.<p>
65 For example, oblique, italic, or narrow.<p>
72 this font.<p>
78 UnicodeRanges3 the most significant ones.<p>
99 /** Specifies whether the font is a symbol font.<p>
102 specified meaning.<p>
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleFilterMenu.cxx334 p->setEnabled(bEnabled); in appendMenuItem()
335 p->setMenuPos(nMenuPos); in appendMenuItem()
342 p->setEnabled(bEnabled); in appendMenuItem()
381 p->clear(); in updateStates()
383 p->insert(ENABLED); in updateStates()
384 p->insert(FOCUSABLE); in updateStates()
385 p->insert(SELECTABLE); in updateStates()
386 p->insert(SENSITIVE); in updateStates()
387 p->insert(OPAQUE); in updateStates()
390 p->insert(FOCUSED); in updateStates()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dtokstack.cxx406 if (p) in GetElement()
407 pScToken->AddString( *p ); in GetElement()
437 if (p) in GetElement()
465 if( p ) in GetElement()
470 pScToken->AddExternal( p->aText, p->eId ); in GetElement()
481 if( p ) in GetElement()
492 if( p ) in GetElement()
493 pScToken->AddMatrix( p ); in GetElement()
937 const String* p = NULL; in GetExternal() local
946 p = &ppP_Ext[ nExt ]->aText; in GetExternal()
[all …]
H A Dfrmbase.cxx37 ScRange* p = ( ScRange* ) First(); in ~_ScRangeList() local
39 while( p ) in ~_ScRangeList()
41 delete p; in ~_ScRangeList()
42 p = ( ScRange* ) Next(); in ~_ScRangeList()
99 _ScRangeList* p = ppTabLists[ a.nTab ]; in Append() local
101 if( !p ) in Append()
102 p = ppTabLists[ a.nTab ] = new _ScRangeList; in Append()
104 p->Append( a ); in Append()
159 _ScRangeList* p = ppTabLists[ a.Ref1.nTab ]; in Append() local
161 if( !p ) in Append()
[all …]
/trunk/main/sal/osl/unx/
H A Dsystem.c307 char **p, **parray, *data; in gethostbyname_r() local
319 for ( p = res->h_aliases; *p != NULL; p++) { in gethostbyname_r()
321 naliasesdata += strlen(*p)+1; in gethostbyname_r()
324 for ( p = res->h_addr_list; *p != NULL; p++) in gethostbyname_r()
341 for ( p = res->h_aliases; *p != NULL; p++) { in gethostbyname_r()
342 n = strlen(*p)+1; in gethostbyname_r()
344 memcpy(data, *p, n); in gethostbyname_r()
352 for ( p = res->h_addr_list; *p != NULL; p++) { in gethostbyname_r()
354 memcpy(data, *p, res->h_length); in gethostbyname_r()
/trunk/main/basic/source/comp/
H A Dcodegen.cxx36 : rMod( r ), aCode( p, nInc ) in SbiCodeGen()
38 pParser = p; in SbiCodeGen()
120 SbiImage* p = new SbiImage; in Save() local
123 p->nDimBase = pParser->nBase; in Save()
126 p->SetFlag( SBIMG_EXPLICIT ); in Save()
133 p->SetFlag( SBIMG_CLASSMODULE ); in Save()
166 p->SetFlag( SBIMG_INITCODE ); in Save()
322 p->MakeStrings( nSize ); in Save()
337 if( !p->IsError() ) in Save()
338 rMod.pImage = p; in Save()
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DPreparedStatement.idl68 <p>
72 </p>
73 <p>
81 </p>
93 </p>
137 <p>
142 </p>
167 <p>
202 <p>
240 <p>
[all …]
/trunk/main/cui/source/customize/
H A Dselector.cxx1017 Point p, newp; in ResizeControls() local
1041 p = aGroupText.GetPosPixel(); in ResizeControls()
1042 newp = Point( p.X(), p.Y() - gap ); in ResizeControls()
1046 newp = Point( p.X(), p.Y() - gap ); in ResizeControls()
1053 newp = Point( p.X(), p.Y() - gap ); in ResizeControls()
1056 p = aCommands.GetPosPixel(); in ResizeControls()
1057 newp = Point( p.X(), p.Y() - gap ); in ResizeControls()
1063 p = aOKButton.GetPosPixel(); in ResizeControls()
1064 newp = Point( p.X(), p.Y() - gap ); in ResizeControls()
1068 newp = Point( p.X(), p.Y() - gap ); in ResizeControls()
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DXPrintAreas.idl55 <p>If none of the sheets in a document have print areas,
57 other sheets without print areas are not printed.</p>
85 <p>Title columns can be automatically repeated on all subsequent
87 <member>XPrintAreas::setPrintTitleColumns</member>.</p>
98 <p>The rows of the passed range are ignored.</p>
102 <member>XPrintAreas::setPrintTitleColumns</member>.</p>
130 <p>Title rows can be automatically repeated on all subsequent
132 <member>XPrintAreas::setPrintTitleRows</member>.</p>
143 <p>The columns of the passed range are ignored.</p>
145 <p>Title rows can be automatically repeated on all subsequent
[all …]
H A DTablePageStyle.idl43 <p>This service extends the service
45 specific properties.</p>
119 <p>If <TRUE/>, the order for printing pages begins with
123 rows to the bottom.</p>
131 <p>After changing the header text contents, this property has to be
132 reinserted into the property set.</p>
143 reinserted into the property set.</p>
154 reinserted into the property set.</p>
165 reinserted into the property set.</p>
175 <p>The value 0 indicates that the page numbers are continued from
[all …]
H A DXFormulaOpCodeMapper.idl49 <p>Needed to be able to identify which of the function names map to an
52 information.</p>
60 <p>Used to identify which of the function names queried with
61 <member>getMappings</member> are unknown to the implementation.</p>
90 FormulaToken::Data</member>.</p>
92 <p>The order of the FormulaToken sequence returned matches the
93 input order of the string sequence.</p>
95 <p>An unknown Name string gets the OpCode value of <member>
96 OpCodeUnknown</member> assigned.</p>
104 </ul></p>
[all …]
H A DXAddIn.idl45 <p>The user-visible name of a function is the name shown to the
48 used when entering or displaying formulas.</p>
50 <p>Attention: The method name contains a spelling error. Due to
51 compatibility reasons the name cannot be changed.</p>
69 used when entering or displaying formulas.</p>
84 It may be translated to the current language of the AddIn.</p>
98 <p>The argument name is shown to the user when prompting for
100 to the current language of the AddIn.</p>
121 the AddIn.</p>
145 the corresponding category.</p>
[all …]
/trunk/main/offapi/com/sun/star/chart/
H A DChartStatistics.idl62 <p>this setting is effective if the
64 <member>ChartErrorCategory::CONSTANT_VALUE</member>.</p>
76 <p>this setting is effective if the
78 <member>ChartErrorCategory::CONSTANT_VALUE</member>.</p>
118 <p>The length of the error indicators is calculated for each
121 <p>this setting is effective if the
123 <member>ChartErrorCategory::PERCENT</member>.</p>
134 the percentage given of the largest data point value.</p>
136 <p>this setting is effective if the
138 <member>ChartErrorCategory::ERROR_MARGIN</member>.</p>
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DImportFilter.idl50 <p>
54 </p>
63 <p>
66 </p>
73 <p>
77 </p>
79 <p>
86 </p>
93 <p>
113 <p>
[all …]
H A DExportFilter.idl50 <p>
54 </p>
63 <p>
66 </p>
73 <p>
77 </p>
79 <p>
86 </p>
93 <p>
113 <p>
[all …]
H A DDocumentInfo.idl65 <p>
70 </p>
83 <p>
86 </p>
104 <p>
107 </p>
144 <p>
153 <p>
162 <p>
192 <p>
[all …]
/trunk/main/formula/source/core/api/
H A Dtoken.cxx633 p->nLen = nLen; in Clone()
634 p->nRPN = nRPN; in Clone()
635 p->nRefs = nRefs; in Clone()
636 p->nMode = nMode; in Clone()
678 return p; in Clone()
1228 p->pArr = pArr; in Push()
1229 p->nPC = -1; in Push()
1231 p->pNext = pCur; in Push()
1232 pCur = p; in Push()
1238 if( p ) in Pop()
[all …]
/trunk/main/sw/inc/
H A Dswiterator.hxx35 …TElementType* First() { SwClient* p = aClientIter.First(TYPE(TElementType)); return PTR_CAST(T… in First() local
36 …TElementType* Last() { SwClient* p = aClientIter.Last( TYPE(TElementType)); return PTR_CAST(T… in Last() local
37 …TElementType* Next() { SwClient* p = aClientIter.Next(); return PTR_CAST(TElementType,p);… in Next() local
38 …TElementType* Previous() { SwClient* p = aClientIter.Previous(); return PTR_CAST(TElementType,p);… in Previous() local
39 …( const TSource& rMod ) { SwClient* p = SwClientIter(rMod).First(TYPE(TElementType)); return PTR_C… in FirstElement() local
/trunk/main/svx/inc/
H A Dsjctrl.hxx92 ImpSjJScriptButtonObject( VCControl* _pControl, SjJSbxObject * p );
123 ImpSjJScriptPasswordObject( VCControl* _pControl, SjJSbxObject * p );
159 ImpSjJScriptCheckboxObject( VCControl* _pControl, SjJSbxObject * p );
213 ImpSjJScriptRadioObject( VCControl* _pControl, SjJSbxObject * p );
269 ImpSjJScriptSelectObject( VCControl* _pControl, SjJSbxObject * p );
350 SjJSbxFormsArray( VCManager * _pManager, SjJSbxObject * p );
401 ImpSjJScriptTextObject( VCControl* _pControl, SjJSbxObject * p );
483 ImpSjJScriptSubmitObject( VCControl* _pControl, SjJSbxObject * p );
514 ImpSjJScriptResetObject( VCControl* _pControl, SjJSbxObject * p );
541 ImpSjJScriptHiddenObject( VCControl* _pControl, SjJSbxObject * p );
[all …]
/trunk/main/shell/source/all/
H A Dxml_parser.cxx44 const XML_Char* p = rawname; in get_local_name() local
47 while (*p) p++; in get_local_name()
50 while (*p != COLON && p > rawname) in get_local_name()
51 p--; in get_local_name()
54 if (*p == COLON) in get_local_name()
55 p++; in get_local_name()
57 return p; in get_local_name()
70 const XML_Char* p = s; in has_only_whitespaces() local
72 if (*p++ != ' ') return false; in has_only_whitespaces()

Completed in 106 milliseconds

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