Home
last modified time | relevance | path

Searched refs:p (Results 676 – 700 of 3571) sorted by relevance

1...<<21222324252627282930>>...143

/trunk/main/offapi/com/sun/star/sheet/
H A DXExternalDocLink.idl50 /** <p>This method adds a new sheet cache instance to the external document
52 exists for the specified name, then the existing instance is returned.</p>
54 <p>Note that a sheet name lookup is performed in a case-insensitive
55 fashion.</p>
74 <p>This index value corresponds with the external document
77 value is stored within a formula token instance.</p>
79 <p>Each external document cache instance has a unique index value, and this
81 from the parent <type scope="com::sun::star::sheet">ExternalDocLinks</type> instance.</p>
/trunk/main/offapi/com/sun/star/chart2/
H A DFillBitmap.idl69 <p>It is given in percent in relation to the width of the
70 bitmap.</p>
87 <p>If this is <TRUE/>, the properties SizeX and
90 the tile is specified with 1/100th mm.</p>
96 <p>Depending on the property LogicalSize, this is
97 either relative or absolute.</p>
103 <p>It may be repeated, stretched or displayed with blank space
104 around it.</p>
H A DSymbol.idl57 <p>If n is the number of standard symbols available in an
59 <member>StandardSymbol</member> modulo n.</p>
61 <p>The default implementation for example currently uses 8 different
80 </p>
96 <p>Only effective if <member>Style</member> is
99 <member>SymbolStyle::POLYGON</member>.</p>
105 <p>Only effective if <member>Style</member> is
108 <member>SymbolStyle::POLYGON</member>.</p>
/trunk/main/offapi/com/sun/star/frame/
H A DFrameLoaderFactory.idl45 <p>
52 </p>
59 <p>
66 </p>
73 …<p>This interface supports an access to the internal configuration of all accessible loader object…
75 is a property sequence packed in an any. </p>
94 <p>
97 </p>
/trunk/main/offapi/com/sun/star/logging/
H A DFileHandler.idl45 <p>The handler will use the <code>Encoding</code> attribute of <type>XLogHandler</type>
47 file.</p>
69 <p>The following settings are recognized and supported:
73 </ul></p>
75 <p>Additionally, a setting name <code>FileURL</code> is recognized. It must be of type
76 string, and denotes the file URL to which the handler's output should be directed.</p>
78 <p>At least the URL argument must be present in the settings.</p>
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcpp2uno.cxx422 unsigned int * p = reinterpret_cast< unsigned int * >(code); in codeSnippet() local
425 *p++ = 0x9DE3BFA0; in codeSnippet()
427 *p++ = 0x21000000 in codeSnippet()
430 *p++ = 0x11000000 | (index >> 10); in codeSnippet()
432 *p++ = 0x90122000 | (index & 0x3FF); in codeSnippet()
434 *p++ = 0x13000000 | (vtableOffset >> 10); in codeSnippet()
436 *p++ = 0x81C42000 in codeSnippet()
439 *p++ = 0x92126000 | (vtableOffset & 0x3FF); in codeSnippet()
441 reinterpret_cast< unsigned char * >(p) - code <= codeSnippetSize); in codeSnippet()
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlDateFieldModel.idl76 <p>Not every border style (see <member>Border</member>) may support coloring.
77 For instance, usually a border with 3D effect will ignore the BorderColor setting.</p>
87 <p>The date must be specified in the format YYYYMMDD.</p>
208 <p>When the user presses a mouse in a control area where this triggers
212 is specified with this property.</p>
259 <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
260 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
268 … <p>Usually, the mouse wheel spins the numeric value displayed in the control. Using this property,
270 this is possible.</p>
H A DXControl.idl59 <p>Implementations of this interface are abstract windows.
62 <member>XControl::createPeer</member> method must be called.</p>
64 <p>If the implementation of the control does not distinguish
66 a new XGraphics in the view, so that the control can be printed.</p>
86 <p>If the parent is NULL, then the desktop window of the toolkit
87 is the parent.</p>
120 <p>Normally the control will be painted directly without a peer.</p>
/trunk/main/offapi/com/sun/star/embed/
H A DXHierarchicalStorageAccess.idl82 <p>
84 </p>
86 <p>
92 </p>
102 <p>
106 </p>
143 <p>
146 </p>
148 <p>
152 </p>
/trunk/main/wizards/com/sun/star/wizards/web/
H A DFTPDialog.java182 public FTPDialog(XMultiServiceFactory xmsf, CGPublish p) throws Exception in FTPDialog() argument
185 publish = p; in FTPDialog()
639 CGPublish p = new CGPublish(); in main() local
640 p.cp_URL = "ftp://tv-1/Folder"; in main()
641 p.cp_Username = "ronftp"; in main()
642 p.password = "ronftp"; in main()
644 FTPDialog dialog = new FTPDialog(xLocMSF, p); in main()
743 public static final String getFullURL(CGPublish p) in getFullURL() argument
745 return "ftp://" + p.cp_Username + ":" + p.password + "@" + host(p.cp_URL); in getFullURL()
/trunk/main/offapi/com/sun/star/deployment/
H A DXPackageManager.idl45 <p>
48 </p>
49 <p>
52 </p>
53 <p>
56 </p>
57 <p>
63 </p>
219 <p>
221 </p>
[all …]
/trunk/main/tools/source/generic/
H A Dbigint.cxx536 const sal_Char* p = rString.GetBuffer(); in BigInt() local
537 if ( *p == '-' ) in BigInt()
540 p++; in BigInt()
542 while( *p >= '0' && *p <= '9' ) in BigInt()
545 *this += *p - '0'; in BigInt()
546 p++; in BigInt()
565 if ( *p == '-' ) in BigInt()
568 p++; in BigInt()
570 while( *p >= '0' && *p <= '9' ) in BigInt()
573 *this += *p - '0'; in BigInt()
[all …]
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx352 p = mDockingWindows.begin(); in ~DockingManager()
353 for(; p != mDockingWindows.end(); ++p ) in ~DockingManager()
355 delete (*p); in ~DockingManager()
363 p = mDockingWindows.begin(); in GetDockingWindowWrapper()
364 while( p != mDockingWindows.end() ) in GetDockingWindowWrapper()
367 return (*p); in GetDockingWindowWrapper()
369 p++; in GetDockingWindowWrapper()
473 p = mDockingWindows.begin(); in RemoveWindow()
478 delete (*p); in RemoveWindow()
479 mDockingWindows.erase( p ); in RemoveWindow()
[all …]
/trunk/extras/l10n/source/da/
H A Dlocalize.sdf1823på dine konfigurationsindstillinger. <p>Hvis du er tilfreds med dine valg, skal du klikke på 'Inst…
1824på dine konfigurationsindstillinger. <p>Hvis du er tilfreds med dine valg, skal du klikke på 'Fjer…
22893 …lge et objekt på det aktuelle dias skal du klikke på værktøjet \<emph\>Marker\</emph\> (hvid pil)
32941 …lp par_id3157909 32 0 da Klik på ikonet \<emph\>Hyperlink\</emph\> på værktøjslinjen \<emph\>Sta…
44106 …e formen på valgt tegneobjekt, klik på ikonet \<emph\>Punkter\</emph\> på værktøjslinjen \<emph\>T…
48598 …urce\text\smath\01\03091507.xhp 0 help par_id3179167 230 0 da p funktion, Weierstrass p 20200…
48998 …ine.xhp 0 help par_id6768700 0 da Klik på et punkt på listen for at vise og redigere egenskaber…
50922på regnearket uden at ændre størrelsen på cellerne skal du dobbeltklikke på regnearket og så trækk…
50963på en en diasmaster. Tekst, billeder, tabeller, felter eller andre objekter, som du placerer på di…
50972 …lp par_id1829889 0 da Objekter du indsætter på en diasmaster er synlige på alle dias, der er ba…
[all …]
/trunk/main/vcl/inc/vcl/
H A Dthreadex.hxx177 explicit copy_back_wrapper( T * p ) : m_holder( new data_holder(p) ) {} in copy_back_wrapper() argument
194 data_holder( T * p ) : m_value(*p), m_ptr(p), m_refCount(1) {} in data_holder()
227 inline detail::copy_back_wrapper<T> inout_by_ptr( T * p ) in inout_by_ptr() argument
229 return detail::copy_back_wrapper<T>(p); in inout_by_ptr()
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXParser.idl71 <p>This interface is an IDL version of the Java interface
72 <em>org.xml.sax.Parser</em> with some minor adaptations.</p>
79 <p>Set the desired handlers before calling this method.</p>
93 <p>Note that the error handler can throw an exception when an error or
95 an unrecoverable (fatal) error occurs.</p>
112 <p>Set the language of the error messages. Useful when the parsing
113 errors will be presented to the user.</p>
/trunk/main/offapi/com/sun/star/script/
H A DXStorageBasedLibraryContainer.idl44 <p>A persistent library container is associated with a root storage. The
46 the container storage.</p>
56 <p>Effectively, this attribute is a typed version of
59 <code>RootStorage</code> have the same value.</p>
61 <p>You should only <em>set</em> this attribute to a new value if you previously
64 result in unexpected behaviour.</p>
73 <p>Note that the library continer is not automatically associated with the
76 operations.</p>
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXTreeNode.idl42 <p>The <type>TreeControl</type> uses this interface to retrieve the model
43 information needed to display a hierarchical outline</p>
44 <p>Each XTreeNode in a <type>XTreeDataModel</type> must be unique.
69 <p>A <type>TreeControl</type> will handle a node that returns <TRUE/> always
71 returns 0.</p>
82 <p>If this URL is empty, no graphic is rendered.
87 … <p>If <var>URL</var> is empty, <member>XTreeControl::DefaultExpandedGraphicURL</member> is used.
92 … <p>If <var>URL</var> is empty, <member>XTreeControl::DefaultCollapsedGraphicURL</member> is used.
/trunk/main/offapi/com/sun/star/installation/
H A DXInstallationCheck.idl49 <p>If missing parts are detected, check should try to automatically repair/
52 </p>@see resetSuppressed
61 <p>The dialog shows which parts of the installation are missing and
64 </p>@see check
74 <p>The dialog shows which part(s) is (are) missing, and has a checkbox
78 </p>@see resetSuppressed
87 <p>The flag suppressed is stored in the OfficeRegistry. If suppressed is
93 </p>
/trunk/main/offapi/com/sun/star/presentation/
H A DPresentation.idl49 <p>It also gives you access to the more advanced features, like
92 <p>This overrides the properties of the pages.</p>
113 <p>Implementations that have no live mode capability may ignore this
130 <p>If this is set to <literal>0</literal>, no black screen is shown.</p>
145 <p>You can draw on the presentation with this pen.</p>
/trunk/main/offapi/com/sun/star/sdb/application/
H A DDefaultViewController.idl51 … <p>The <member scope="::com::sun::star::ui">ContextMenuExecuteEvent::Selection</member> member
55 menu was requested.</p>
57 … <p>In OpenOffice.org's database application, database objects such as tables, queries, forms,
60 in other places cannot be intercepted.</p>
62 …<p>For the aforementioned tree view, the selection supplied by the <code>ContextMenuEvent::Selecti…
63 component is an array of <type>NamedDatabaseObject</type> instances.</p>
75 <p>The selection is an array of <type>NamedDatabaseObject</type> instances.</p>
/trunk/main/sc/source/filter/inc/
H A Dnamebuff.hxx73 inline void StringHashEntry::operator =( const sal_Char* p ) in operator =() argument
75 aString.AssignAscii( p ); in operator =()
124 inline NameBuffer::NameBuffer( RootData* p ) : ExcRoot( p ) in NameBuffer() argument
130 inline NameBuffer::NameBuffer( RootData* p, sal_uInt16 nNewBase ) : ExcRoot( p ) in NameBuffer() argument
307 inline ExtSheetBuffer::ExtSheetBuffer( RootData* p ) : ExcRoot( p ) in ExtSheetBuffer() argument
/trunk/main/offapi/com/sun/star/rendering/
H A DFloatingPointBitmapFormat.idl28 /** This structure describes format of a floating point bitmap.<p>
34 /** Half-float format.<p>
40 employing half-floats.<p>
44 /** IEEE float format.<p>
48 exponent, 23 bit mantissa and a sign bit.<p>
52 /** IEEE double format.<p>
56 exponent, 47 bit mantissa and a sign bit.<p>
/trunk/main/offapi/com/sun/star/resource/
H A DXLocale.idl57 <p>NOTE: ISO 639 is not a stable standard; some of the
62 </p>
63 <p>Note: The Java class <code>Locale</code> returns the <strong>old</strong> codes.
65 </p>
76 <p>It is used for the presentation (for menus, dialogs, etc.).
81 </p>
82 <p>More advanced programs allow users to use different locales
85 <br>Note that the initial setting will match the host system.</p>
94 <p>It is normally set once at the beginning of an application,
98 </p>
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DStatement.idl50 <p>
56 </p>
88 <p>
93 </p>
120 <p>
139 </p>
156 <p>
164 </p>
165 <p>
173 </p>

Completed in 4922 milliseconds

1...<<21222324252627282930>>...143