/trunk/main/sd/source/ui/view/ |
H A D | UpdateLockManager.cxx | 66 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 D | xmlstyle.cxx | 953 (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 D | dispatch.cxx | 1019 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 D | txtfrm.cxx | 351 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 D | txtcache.cxx | 182 ASSERT( !IsLocked(), "+SwTxtFrm::ClearPara: this is locked." ); in ClearPara() 183 if ( !IsLocked() && GetCacheIdx() != MSHRT_MAX ) in ClearPara()
|
H A D | widorp.cxx | 446 if( !pMaster->IsLocked() && pMaster->GetUpper() ) in FindWidows() 470 if( 0 > nChg && !pMaster->IsLocked() && pMaster->GetUpper() ) in FindWidows()
|
H A D | frmform.cxx | 625 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 D | frmpaint.cxx | 318 if( IsLocked() || IsHiddenNow() || !Prt().Height() ) in PaintExtraData() 622 if( IsLocked() || IsHiddenNow() || ! Prt().HasArea() ) in Paint()
|
/trunk/main/reportdesign/source/core/sdr/ |
H A D | UndoEnv.cxx | 159 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 D | swcache.cxx | 194 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 D | fmundo.cxx | 559 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 D | navigatortreemodel.cxx | 113 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 D | idpool.hxx | 39 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 D | splitwin.hxx | 102 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 D | CellProtected.java | 91 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 D | Layer.idl | 89 // DocMerge from xml: property com::sun::star::drawing::Layer::IsLocked 93 [property] boolean IsLocked;
|
/trunk/main/sw/source/core/layout/ |
H A D | flyincnt.cxx | 95 if( !IsLocked() ) in SetRefPoint() 293 if ( !GetAnchorFrm() || IsLocked() || IsColLocked() || !FindPageFrm() ) in MakeAll()
|
H A D | calcmove.cxx | 318 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 D | propertyhdl.cxx | 418 bool CClassFactory::IsLocked() in IsLocked() function in CClassFactory 447 if (CClassFactory::IsLocked() || g_DllRefCnt > 0) in DllCanUnloadNow()
|
/trunk/main/vcl/source/window/ |
H A D | dockmgr.cxx | 394 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 D | dockwin.hxx | 149 sal_Bool IsLocked() const; 230 sal_Bool IsLocked( const Window *pWin );
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportControllerObserver.cxx | 208 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 D | txtfrm.hxx | 385 inline sal_Bool IsLocked() const { return bLocked; } in DECL_FIXEDMEMPOOL_NEWDEL() 628 : pFrm( pTxtFrm->IsLocked() ? 0 : pTxtFrm ) in SwTxtFrmLocker()
|
H A D | laycache.hxx | 59 sal_Bool IsLocked() const { return nLockCount > 0; } in IsLocked() function in SwLayoutCache
|
/trunk/main/sd/source/ui/inc/ |
H A D | UpdateLockManager.hxx | 75 bool IsLocked (void) const;
|