Home
last modified time | relevance | path

Searched refs:IsLocked (Results 1 – 25 of 76) sorted by relevance

1234

/trunk/main/sd/source/ui/view/
H A DUpdateLockManager.cxx66 bool IsLocked (void) const;
180 bool UpdateLockManager::IsLocked (void) const in IsLocked() function in sd::UpdateLockManager
183 return mpImpl->IsLocked(); in IsLocked()
297 bool UpdateLockManager::Implementation::IsLocked (void) const in IsLocked() function in sd::UpdateLockManager::Implementation
307 while (IsLocked()) in ForceUnlock()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx953 (aCellProtection1.IsLocked == aCellProtection2.IsLocked) && in equals()
971 aCellProtection.IsLocked = sal_True; in importXML()
993 aCellProtection.IsLocked = sal_False; in importXML()
995 aCellProtection.IsLocked = sal_True; in importXML()
1005 aCellProtection.IsLocked = sal_False; in importXML()
1014 aCellProtection.IsLocked = sal_True; in importXML()
1023 aCellProtection.IsLocked = sal_True; in importXML()
1032 aCellProtection.IsLocked = sal_False; in importXML()
1051 if (!(aCellProtection.IsFormulaHidden || aCellProtection.IsHidden || aCellProtection.IsLocked)) in exportXML()
1073 else if (aCellProtection.IsFormulaHidden && aCellProtection.IsLocked) in exportXML()
[all …]
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx1019 if ( IsLocked( rSlot.GetSlotId() ) ) in _Execute()
1092 if ( IsLocked(nSlot) ) in ExecuteFunction()
1149 if ( IsLocked(nSlot) ) in ExecuteFunction()
1288 if ( IsLocked(nSlot) ) in Execute()
1343 if ( IsLocked(nSlot) ) in Execute()
1413 if ( IsLocked(nSlot) ) in Execute()
1461 if ( IsLocked(nSlot) ) in _Execute()
1524 if ( IsLocked(nSlot) ) in Execute()
1567 if ( !IsLocked(pReq->GetSlot()) ) in IMPL_LINK()
2255 if ( IsLocked(nSlot) ) in _FindServer()
[all …]
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx351 ASSERT( !IsLocked(), "+SwTxtFrm::Init: this ist locked." ); in Init()
352 if( !IsLocked() ) in Init()
781 if( IsLocked() || !HasPara() ) in CalcLineSpace()
970 if( IsLocked() ) in Modify()
1565 ASSERT( !IsLocked(), "SwTxtFrm::Prepare: three of a perfect pair" ); in Prepare()
1760 if( !IsLocked() ) in Prepare()
1839 if( IsLocked() ) in Prepare()
1951 if( IsLocked() && GetUpper()->Prt().Width() <= 0 ) in TestFormat()
1981 if( IsLocked() ) in WouldFit()
2156 if ( IsLocked() ) in CalcFitToContent()
[all …]
H A Dtxtcache.cxx182 ASSERT( !IsLocked(), "+SwTxtFrm::ClearPara: this is locked." ); in ClearPara()
183 if ( !IsLocked() && GetCacheIdx() != MSHRT_MAX ) in ClearPara()
H A Dwidorp.cxx446 if( !pMaster->IsLocked() && pMaster->GetUpper() ) in FindWidows()
470 if( 0 > nChg && !pMaster->IsLocked() && pMaster->GetUpper() ) in FindWidows()
H A Dfrmform.cxx625 if( ((SwTxtFrm*)GetFollow())->IsLocked() ) in _AdjustFollow()
1932 if( !IsLocked() ) in Format()
1991 if( IsLocked() ) in Format()
2175 if( HasPara() || IsWidow() || IsLocked() in FormatQuick()
H A Dfrmpaint.cxx318 if( IsLocked() || IsHiddenNow() || !Prt().Height() ) in PaintExtraData()
622 if( IsLocked() || IsHiddenNow() || ! Prt().HasArea() ) in Paint()
/trunk/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx159 sal_Bool OXUndoEnvironment::IsLocked() const { return m_pImpl->m_nLocks != 0; } in IsLocked() function in rptui::OXUndoEnvironment
254 if ( IsLocked() ) in propertyChange()
407 if ( !IsLocked() ) in elementInserted()
480 if ( !IsLocked() ) in elementRemoved()
659 if ( !IsLocked() ) in AddElement()
/trunk/main/sw/source/core/bastyp/
H A Dswcache.cxx194 if ( pObj->IsLocked() ) in Flush()
365 ASSERT( !pObj->IsLocked(), "SwCache::Delete: Object ist Locked." ); in DeleteObj()
366 if ( pObj->IsLocked() ) in DeleteObj()
474 while ( pObj && pObj->IsLocked() ) in Insert()
/trunk/main/svx/source/form/
H A Dfmundo.cxx559 if (!IsLocked()) in propertyChange()
769 if ( !IsLocked() && rModel.GetObjectShell() ) in implSetModified()
1021 if (xObj.is() && !rEnv.IsLocked()) in Undo()
1042 if (xObj.is() && !rEnv.IsLocked()) in Redo()
1195 if ( m_xContainer.is() && !rEnv.IsLocked() && m_xElement.is() ) in Undo()
1224 if ( m_xContainer.is() && !rEnv.IsLocked() && m_xElement.is() ) in Redo()
H A Dnavigatortreemodel.cxx113 if (IsLocked() || !m_pNavModel) in elementInserted()
154 if (IsLocked() || !m_pNavModel) in elementReplaced()
186 if (IsLocked() || !m_pNavModel) in Remove()
/trunk/main/sfx2/inc/
H A Didpool.hxx39 sal_Bool IsLocked( sal_uInt16 nId ) const;
52 inline sal_Bool IdPool::IsLocked( sal_uInt16 nId ) const in IsLocked() function in IdPool
/trunk/main/sfx2/source/inc/
H A Dsplitwin.hxx102 using Window::IsLocked;
103 sal_Bool IsLocked() const { return bLocked; } in IsLocked() function in SfxSplitWindow
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellProtected.java91 protection.IsLocked = inputData[0]; in CellProtected()
171 …ell protection (IsLocked) value got in ." + fileType + " file.", expected[0], results[i].IsLocked); in testCellProtected()
/trunk/main/offapi/com/sun/star/drawing/
H A DLayer.idl89 // DocMerge from xml: property com::sun::star::drawing::Layer::IsLocked
93 [property] boolean IsLocked;
/trunk/main/sw/source/core/layout/
H A Dflyincnt.cxx95 if( !IsLocked() ) in SetRefPoint()
293 if ( !GetAnchorFrm() || IsLocked() || IsColLocked() || !FindPageFrm() ) in MakeAll()
H A Dcalcmove.cxx318 if ( ((SwTxtFrm*)((SwTxtFrm*)this)->FindMaster())->IsLocked() ) in PrepareMake()
538 if ( !StackHack::IsLocked() && in MakePos()
1123 if ( !IsFollow() && StackHack::IsLocked() ) in MakeAll()
1133 if ( ((SwTxtFrm*)this)->IsLocked() ) in MakeAll()
1209 if ( !((SwTxtFrm*)pFtn->GetRef())->IsLocked() ) in MakeAll()
/trunk/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx418 bool CClassFactory::IsLocked() in IsLocked() function in CClassFactory
447 if (CClassFactory::IsLocked() || g_DllRefCnt > 0) in DllCanUnloadNow()
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx394 sal_Bool DockingManager::IsLocked( const Window *pWindow ) in IsLocked() function in DockingManager
397 if( pWrapper && pWrapper->IsLocked() ) in IsLocked()
1346 if( !IsFloatingMode() && IsLocked() ) in SetFloatingMode()
1681 sal_Bool ImplDockingWindowWrapper::IsLocked() const in IsLocked() function in ImplDockingWindowWrapper
/trunk/main/vcl/inc/vcl/
H A Ddockwin.hxx149 sal_Bool IsLocked() const;
230 sal_Bool IsLocked( const Window *pWin );
/trunk/main/reportdesign/source/ui/report/
H A DReportControllerObserver.cxx208 if ( IsLocked() ) in propertyChange()
227 sal_Bool OXReportControllerObserver::IsLocked() const { return m_pImpl->m_nLocks != 0; } in IsLocked() function in rptui::OXReportControllerObserver
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx385 inline sal_Bool IsLocked() const { return bLocked; } in DECL_FIXEDMEMPOOL_NEWDEL()
628 : pFrm( pTxtFrm->IsLocked() ? 0 : pTxtFrm ) in SwTxtFrmLocker()
H A Dlaycache.hxx59 sal_Bool IsLocked() const { return nLockCount > 0; } in IsLocked() function in SwLayoutCache
/trunk/main/sd/source/ui/inc/
H A DUpdateLockManager.hxx75 bool IsLocked (void) const;

Completed in 157 milliseconds

1234