/aoo4110/main/extensions/source/bibliography/ |
H A D | loadlisteneradapter.cxx | 138 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()
|
/aoo4110/main/comphelper/source/container/ |
H A D | containermultiplexer.cxx | 164 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()
|
/aoo4110/main/configmgr/source/ |
H A D | xcuparser.hxx | 117 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()
|
H A D | xcuparser.cxx | 754 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()
|
/aoo4110/main/offapi/com/sun/star/document/ |
H A D | LockedDocumentRequest.idl | 43 /** 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 D | OwnLockOnDocumentRequest.idl | 43 /** 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 D | LockedOnSavingRequest.idl | 43 /** 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 D | XUndoManager.idl | 72 <p>An Undo manager can be locked and unlocked, using the <member>XLockable::lock</member> and 73 …<member>XLockable::unlock</member> methods. When it is locked, then every attempt to add an undo a… 169 …<p>If the Undo manager is <a href="#locking">locked</a> at the moment the method is called, the ca…
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | XLockable.idl | 39 …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.
|
H A D | NotLockedException.idl | 35 /** is raised when attempt is made to unlock a lockable component which actually is not locked.
|
/aoo4110/main/comphelper/source/misc/ |
H A D | SelectionMultiplex.cxx | 146 if (!locked()) in disposing() 164 if (m_pListener && !locked()) in selectionChanged()
|
/aoo4110/main/comphelper/source/property/ |
H A D | propmultiplex.cxx | 141 if (!locked()) in disposing() 159 if (m_pListener && !locked()) in propertyChange()
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | InteractiveLockingNotLockedException.idl | 36 /** An error indicating that the resource is not locked. 39 that is not locked.
|
H A D | InteractiveLockingLockNotAvailableException.idl | 36 /** An error indicating that the resource can not be locked because the lock capabiliy is not avail…
|
/aoo4110/main/offapi/com/sun/star/form/ |
H A D | XBoundControl.idl | 44 /** determines whether the input is currently locked or not. 47 <TRUE/> when it is currently locked, otherwise <FALSE/>.
|
/aoo4110/main/offapi/com/sun/star/embed/ |
H A D | Storage.idl | 95 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 )
|
/aoo4110/main/uui/source/ |
H A D | alreadyopen.src | 36 …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 D | ids.src | 349 …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.";
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | protectiondlg.src | 57 Text [ en-US ] = "P~rotect this sheet and the contents of locked cells" ; 120 Text [ en-US ] = "Select locked cells";
|
/aoo4110/main/offapi/com/sun/star/mozilla/ |
H A D | XProfileManager.idl | 85 /** attempts to check whether the current profile locked or not 88 return sal_True is current profile is locked
|
H A D | XProfileDiscover.idl | 92 /** attempts to get whether profile is locked by other applications. 99 true is the given profile is locked.
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XDockableWindow.idl | 112 <TRUE/> if the window is locked 113 <FALSE/> if the window is not locked
|
/aoo4110/main/oox/source/dump/ |
H A D | biffdumper.ini | 195 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 …]
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | SelectionMultiplex.hxx | 103 sal_Int32 locked() const { return m_nLockCount; } in locked() function in comphelper::OSelectionChangeMultiplexer
|
H A D | propmultiplex.hxx | 101 sal_Int32 locked() const { return m_nLockCount; } in locked() function in comphelper::OPropertyChangeMultiplexer
|