Home
last modified time | relevance | path

Searched refs:IsLocked (Results 26 – 50 of 76) sorted by relevance

1234

/trunk/main/shell/source/win32/shlxthandler/
H A Dclassfactory.hxx64 static bool IsLocked();
H A Dclassfactory.cxx164 bool CClassFactory::IsLocked() in IsLocked() function in CClassFactory
H A Dshlxthdl.cxx413 if (CClassFactory::IsLocked() || g_DllRefCnt > 0) in DllCanUnloadNow()
/trunk/main/sw/source/ui/app/
H A Dswwait.cxx60 if ( !pDispatcher->IsLocked() ) in EnterWaitAndLockDispatcher()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sd/
H A Dcom.sun.star.comp.office.SdLayer.csv4 "SdLayer";"com::sun::star::drawing::Layer";"IsLocked"
/trunk/main/sw/source/core/layout/
H A Dfly.cxx1202 if ( !pFrm->IsLocked() && !pFrm->IsColLocked() && in _Invalidate()
1663 !StackHack::IsLocked() && // #i76382# in CalcCntnt()
2653 if (!((SwTxtFrm*)pFrm)->IsLocked()) in lcl_CalcAutoWidth()
2909 !IsLocked() && !IsColLocked(); in IsFormatPossible()
H A Dpaintfrm.cxx160 sal_Bool IsLocked() const { return nLock != 0; } in IsLocked() function in SwLineRect
489 if ( !rL1.GetTab() || rL1.IsPainted() || rL1.IsLocked() ) in ConnectEdges()
514 rL2.IsLocked() || in ConnectEdges()
664 aSubsLineRect.IsLocked() ) in RemoveSuperfluousSubsidiaryLines()
686 if ( rLine.IsLocked () ) in RemoveSuperfluousSubsidiaryLines()
785 if ( rLRect.IsLocked() ) in PaintLines()
845 if ( rLRect.IsLocked() ) in PaintLines()
954 !rLRect.IsLocked() ) in PaintSubsidiary()
H A Dsectfrm.cxx782 if ( IsJoinLocked() || IsColLocked() || StackHack::IsLocked() || StackHack::Count() > 50 ) in MakeAll()
1063 !FindFlyFrm()->IsLocked() ) ) in _CheckClipping()
2040 sal_Bool bInCalcCntnt = GetUpper() && IsInFly() && FindFlyFrm()->IsLocked(); in _Grow()
/trunk/main/shell/inc/internal/
H A Dpropertyhdl.hxx111 static bool IsLocked();
/trunk/main/tools/inc/tools/
H A Dconfig.hxx81 sal_Bool IsLocked() const { return (mnLockCount != 0); } in IsLocked() function in Config
/trunk/main/offapi/com/sun/star/util/
H A DCellProtection.idl39 boolean IsLocked;
/trunk/main/svtools/inc/svtools/
H A Dembedhlp.hxx120 sal_Bool IsLocked() const;
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx538 aCellProtection.IsLocked = bIsLocked; in setLocked()
590 aCellProtection = uno::makeAny( cellProtection.IsLocked ); in getLocked()
/trunk/main/sc/source/core/data/
H A Dattrib.cxx248 aProtection.IsLocked = bProtection; in QueryValue()
283 bProtection = aProtection.IsLocked; in PutValue()
/trunk/main/reportdesign/source/ui/inc/
H A DReportControllerObserver.hxx107 sal_Bool IsLocked() const;
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlideSorterController.hxx150 bool IsLocked (void) const;
/trunk/main/reportdesign/inc/
H A DUndoEnv.hxx93 sal_Bool IsLocked() const;
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx191 inline sal_Bool IsLocked() const { return 0 != nLock; } in IsLocked() function in SwCacheObj
H A Dflyfrm.hxx199 sal_Bool IsLocked() const { return bLocked; } in IsLocked() function in SwFlyFrm
H A Dfrmtool.hxx441 static sal_Bool IsLocked() { return StackHack::bLocked; } in IsLocked() function in StackHack
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx218 if ( pObject && pObject->IsLocked() && Source.Source == pObject->GetObject() ) in queryClosing()
450 sal_Bool EmbeddedObjectRef::IsLocked() const in IsLocked() function in svt::EmbeddedObjectRef
/trunk/main/svx/source/inc/
H A Dfmundo.hxx171 sal_Bool IsLocked() const { return m_Locks != 0; } in IsLocked() function in FmXUndoEnvironment
/trunk/main/sfx2/inc/sfx2/
H A Ddispatch.hxx214 sal_Bool IsLocked( sal_uInt16 nSID = 0 ) const;
/trunk/main/sw/source/core/text/
H A Ditrtxt.cxx432 if ( pFollow && ! pFollow->IsLocked() && in TruncLines()
H A Dtxthyph.cxx88 ASSERT( !IsLocked(), "SwTxtFrm::Hyphenate: this is locked" ); in Hyphenate()

Completed in 148 milliseconds

1234