Home
last modified time | relevance | path

Searched refs:ReadOnly (Results 1 – 25 of 90) sorted by relevance

1234

/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableControlModel.idl60 … <p>If the binding set via this interface supports the <member>ValueBinding::ReadOnly</member>
62 …<ul><li>The control model's own <code>ReadOnly</code> property (if present) is kept in sync with t…
63 binding's <code>ReadOnly</code> property. That is, any control using the value
74 be read-only (indicated by <member>ValueBinding::ReadOnly</member> being <TRUE/>), then
75 any attempt to set the <code>ReadOnly</code> property of the control model to <FALSE/> will
76 fail. However, if the binding's value is not read-only, then the <code>ReadOnly</code>
/trunk/main/dbaccess/source/ui/dlg/
H A DAdabasStat.src64 ReadOnly = TRUE;
81 ReadOnly = TRUE;
123 ReadOnly = TRUE;
140 ReadOnly = TRUE;
157 ReadOnly = TRUE;
/trunk/main/sfx2/source/doc/
H A Dnew.src184 ReadOnly = TRUE ;
200 ReadOnly = TRUE ;
216 ReadOnly = TRUE ;
233 ReadOnly = TRUE ;
/trunk/main/offapi/com/sun/star/resource/
H A DStringResourceWithStorage.idl47 the ReadOnly state allows it - the string table data.
49 @param ReadOnly
79 [in] boolean ReadOnly, [in] com::sun::star::lang::Locale locale,
H A DStringResourceWithLocation.idl47 the ReadOnly state allows it - the string table data.
49 @param ReadOnly
82 create( [in] string URL, [in] boolean ReadOnly,
/trunk/main/cui/source/dialogs/
H A Dabout.src58 ReadOnly = TRUE ;
66 ReadOnly = TRUE ;
156 ReadOnly = TRUE ;
/trunk/main/basic/source/uno/
H A Ddlgcont.cxx101 const OUString& StorageURL, sal_Bool ReadOnly ) in implCreateLibraryLink() argument
104 ( maModifiable, aName, mxMSF, mxSFI, aLibInfoFileURL, StorageURL, ReadOnly, this ); in implCreateLibraryLink()
554 sal_Bool ReadOnly, in SfxDialogLibrary() argument
557 xMSF, xSFI, aLibInfoFileURL, aStorageURL, ReadOnly) in SfxDialogLibrary()
H A Dscriptcont.cxx160 const OUString& StorageURL, sal_Bool ReadOnly ) in implCreateLibraryLink() argument
165 ( maModifiable, mxMSF, mxSFI, aLibInfoFileURL, StorageURL, ReadOnly ); in implCreateLibraryLink()
1223 sal_Bool ReadOnly ) in SfxScriptLibrary() argument
1225 aLibInfoFileURL, aStorageURL, ReadOnly) in SfxScriptLibrary()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java248 PropertyValue ReadOnly = new PropertyValue(); in loadFromURL() local
249 ReadOnly.Name = "ReadOnly"; in loadFromURL()
250 ReadOnly.Value = Boolean.TRUE; in loadFromURL()
251 aPropertyList.add(ReadOnly); in loadFromURL()
252 showProperty(ReadOnly); in loadFromURL()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx230 bool ReadOnly; member
259 ReadOnly( false ), in AnyWidget()
282 ,ReadOnly( rSource.ReadOnly ) in AnyWidget()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx295 uno::Any VbaDocumentsBase::openDocument( const rtl::OUString& rFileName, const uno::Any& ReadOnly, … in openDocument() argument
327 if ( ReadOnly.hasValue() ) in openDocument()
329 sal_Bool bIsReadOnly = sal_False; ReadOnly >>= bIsReadOnly; in openDocument()
/trunk/main/sfx2/source/dialog/
H A Dmgetempl.src54 ReadOnly = TRUE ;
121 ReadOnly = TRUE ;
/trunk/main/chart2/source/tools/
H A DMediaDescriptorHelper.cxx111 else WRITE_PROPERTY( ReadOnly, 0 ) in MediaDescriptorHelper()
182 ReadOnly = sal_False; in impl_init()
/trunk/main/sw/source/ui/vba/
H A Dvbadocuments.cxx135 …ring& Filename, const uno::Any& /*ConfirmConversions*/, const uno::Any& ReadOnly, const uno::Any& … in Open() argument
149 …uno::Reference <text::XTextDocument> xSpreadDoc( openDocument( Filename, ReadOnly, sProps ), uno::… in Open()
/trunk/main/basic/source/inc/
H A Ddlgcont.hxx48 const ::rtl::OUString& StorageURL, sal_Bool ReadOnly );
142 … const ::rtl::OUString& aLibInfoFileURL, const ::rtl::OUString& aStorageURL, sal_Bool ReadOnly,
H A Dscriptcont.hxx48 const ::rtl::OUString& StorageURL, sal_Bool ReadOnly );
174 … const ::rtl::OUString& aLibInfoFileURL, const ::rtl::OUString& aStorageURL, sal_Bool ReadOnly
H A Dnamecont.hxx289 const ::rtl::OUString& StorageURL, sal_Bool ReadOnly ) = 0;
454 ( const ::rtl::OUString& Name, const ::rtl::OUString& StorageURL, sal_Bool ReadOnly )
637 sal_Bool ReadOnly
/trunk/main/offapi/com/sun/star/script/
H A DXLibraryContainer.idl82 XNameAccess. If ReadOnly is false (and the referenced
86 …::XNameAccess createLibraryLink( [in] string Name, [in] string StorageURL, [in] boolean ReadOnly )
/trunk/main/xmlsecurity/source/dialogs/
H A Dcertificateviewer.src209 ReadOnly = TRUE ;
310 ReadOnly = TRUE ;
/trunk/main/sw/source/ui/misc/
H A Dglossary.src316 ReadOnly = TRUE ;
331 ReadOnly = TRUE ;
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbooks.cxx285 …::OUString& rFileName, const uno::Any& /*UpdateLinks*/, const uno::Any& ReadOnly, const uno::Any& … in Open() argument
363 …uno::Reference <sheet::XSpreadsheetDocument> xSpreadDoc( openDocument( rFileName, ReadOnly, sProps… in Open()
H A Dvbaworkbooks.hxx61 …tring& Filename, const css::uno::Any& UpdateLinks, const css::uno::Any& ReadOnly, const css::uno::…
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog.src192 ReadOnly = TRUE ;
311 ReadOnly = TRUE ;
/trunk/main/offapi/com/sun/star/document/
H A DMediaDescriptor.idl332 <td><em>ReadOnly</em></td>
334 <td><member>MediaDescriptor::ReadOnly</member></td>
442 [optional,property] boolean ReadOnly;
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbadocumentsbase.hxx59 …css::uno::Any openDocument( const ::rtl::OUString& Filename, const css::uno::Any& ReadOnly, const …

Completed in 125 milliseconds

1234