Home
last modified time | relevance | path

Searched refs:locked (Results 1 – 25 of 104) sorted by relevance

12345

/trunk/main/extensions/source/bibliography/
H A Dloadlisteneradapter.cxx138 if ( !locked() ) in disposing()
200 if ( !locked() && getLoadListener( ) ) in loaded()
207 if ( !locked() && getLoadListener( ) ) in unloading()
214 if ( !locked() && getLoadListener( ) ) in unloaded()
221 if ( !locked() && getLoadListener( ) ) in reloading()
228 if ( !locked() && getLoadListener( ) ) in reloaded()
/trunk/main/comphelper/source/container/
H A Dcontainermultiplexer.cxx164 if (!locked()) in disposing()
178 if (m_pListener && !locked()) in elementInserted()
185 if (m_pListener && !locked()) in elementRemoved()
192 if (m_pListener && !locked()) in elementReplaced()
/trunk/main/configmgr/source/
H A Dxcuparser.cxx754 state_.push(State(prop, name, state_.top().locked)); in handleUnknownGroupProp()
803 (state_.top().locked || in handlePlainGroupProp()
853 (state_.top().locked || in handleLocalizedGroupProp()
866 (state_.top().locked || in handleLocalizedGroupProp()
951 state_.top().locked || finalizedLayer < valueParser_.getLayer())); in handleGroupNode()
1060 (state_.top().locked || in handleSetNode()
1065 if (state_.top().locked || finalizedLayer < valueParser_.getLayer()) { in handleSetNode()
1078 if (state_.top().locked || finalizedLayer < valueParser_.getLayer()) in handleSetNode()
1093 (state_.top().locked || in handleSetNode()
1105 if (known && !state_.top().locked && in handleSetNode()
H A Dxcuparser.hxx117 bool locked; member
121 ignore(true), insert(false), locked(false), pop(thePop) in State()
125 node(theNode), ignore(false), insert(false), locked(theLocked), in State()
133 locked(theLocked), pop(true) in State()
/trunk/main/offapi/com/sun/star/document/
H A DLockedDocumentRequest.idl43 /** Is used for interaction handle to query user decision regarding locked document.
49 /** The URL of the locked document.
53 /** The user information of the locked document.
H A DOwnLockOnDocumentRequest.idl43 /** Is used for interaction handle to query user decision regarding locked
50 /** The URL of the locked document.
54 /** The time from which the document is locked.
H A DLockedOnSavingRequest.idl43 /** Is used for interaction handle to query user decision regarding locked
50 /** The URL of the locked document.
54 /** The user information of the locked document.
H A DXUndoManager.idl66 <p>An Undo manager can be locked and unlocked, using the <member>XLockable::lock</member> and
67 …<member>XLockable::unlock</member> methods. When it is locked, then every attempt to add an undo a…
165 …<p>If the Undo manager is <a href="#locking">locked</a> at the moment the method is called, the ca…
/trunk/main/offapi/com/sun/star/util/
H A DXLockable.idl39 …component is considered locked, which is reflected by <member>isLocked</member> returning <TRUE/>.…
53 if the component is not currently locked.
62 /** determines whether the component is currently locked.
/trunk/main/comphelper/source/misc/
H A DSelectionMultiplex.cxx146 if (!locked()) in disposing()
164 if (m_pListener && !locked()) in selectionChanged()
/trunk/main/comphelper/source/property/
H A Dpropmultiplex.cxx141 if (!locked()) in disposing()
159 if (m_pListener && !locked()) in propertyChange()
/trunk/main/offapi/com/sun/star/ucb/
H A DInteractiveLockingNotLockedException.idl36 /** An error indicating that the resource is not locked.
39 that is not locked.
H A DInteractiveLockingLockNotAvailableException.idl36 /** An error indicating that the resource can not be locked because the lock capabiliy is not avail…
/trunk/main/offapi/com/sun/star/embed/
H A DStorage.idl95 decreased too late and resources locked by the storage
102 it is locked ( in case it is opened in readonly mode
103 it is locked for writing, in case it is opened in
104 read-write mode it is locked for reading and writing )
/trunk/main/offapi/com/sun/star/form/
H A DXBoundControl.idl44 /** determines whether the input is currently locked or not.
47 <TRUE/> when it is currently locked, otherwise <FALSE/>.
/trunk/main/uui/source/
H A Dalreadyopen.src36 …Text [ en-US ] = "Document file '$(ARG1)' is locked for editing by yourself on a different system …
48 …Text [ en-US ] = "Document file '$(ARG1)' is locked for editing by yourself on a different system …
H A Dids.src349 …Text [ en-US ] = "The file $(ARG1) is locked by another user. Currently, another write access to t…
355 …Text [ en-US ] = "The file $(ARG1) is locked by yourself. Currently, another write access to this …
360 Text [ en-US ] = "The file $(ARG1) is currently not locked by yourself." ;
/trunk/main/sc/source/ui/miscdlgs/
H A Dprotectiondlg.src57 Text [ en-US ] = "P~rotect this sheet and the contents of locked cells" ;
120 Text [ en-US ] = "Select locked cells" ;
/trunk/main/offapi/com/sun/star/mozilla/
H A DXProfileManager.idl85 /** attempts to check whether the current profile locked or not
88 return sal_True is current profile is locked
H A DXProfileDiscover.idl92 /** attempts to get whether profile is locked by other applications.
99 true is the given profile is locked.
/trunk/main/oox/source/dump/
H A Dbiffdumper.ini195 0x0001=pos-locked
196 0x0002=size-locked
621 0x00000100=!cell-locked-used
722 0x0001=locked
1618 0x0200=text-locked
1697 0x0001=locked
2093 0x00000400=select-locked
2191 0x0200=text-locked
2238 0x01=locked
2264 0x40=locked
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DXDockableWindow.idl112 <TRUE/> if the window is locked
113 <FALSE/> if the window is not locked
/trunk/main/comphelper/inc/comphelper/
H A DSelectionMultiplex.hxx103 sal_Int32 locked() const { return m_nLockCount; } in locked() function in comphelper::OSelectionChangeMultiplexer
H A Dpropmultiplex.hxx101 sal_Int32 locked() const { return m_nLockCount; } in locked() function in comphelper::OPropertyChangeMultiplexer
/trunk/main/offapi/com/sun/star/frame/
H A DXLayoutManager.idl305 … specifies which user interface element should be locked. A resourcce URL must meet the following
310 …returns <TRUE/> if the user interface element has been locked, otherwise <FALSE/> will be returned.
425 <TRUE/> if the user interface element is locked, otherwise <FALSE/>.

Completed in 63 milliseconds

12345