Home
last modified time | relevance | path

Searched refs:IsDeleted (Results 1 – 19 of 19) sorted by relevance

/trunk/main/sc/inc/
H A Drefdata.hxx101 …inline sal_Bool IsDeleted() const { return IsColDeleted() || IsRowDeleted() || IsTabDele… in IsDeleted() function
194 inline sal_Bool IsDeleted() const in IsDeleted() function
195 { return Ref1.IsDeleted() || Ref2.IsDeleted(); } in IsDeleted()
H A Dchgtrack.hxx423 sal_Bool IsDeleted() const in IsDeleted() function in ScChangeAction
/trunk/main/soltools/ldump/
H A Dhashtbl.cxx45 bool IsDeleted() const in IsDeleted() function in HashItem
252 if (pItem->IsDeleted() || pItem->IsUsed()) in FindPos()
265 if (pItem->IsDeleted() || pItem->IsUsed()) in FindPos()
/trunk/main/tools/workben/
H A Dhashtbl.cxx46 BOOL IsDeleted() const in IsDeleted() function in HashItem
299 if (pItem->IsDeleted() || pItem->IsUsed()) in FindPos()
312 if (pItem->IsDeleted() || pItem->IsUsed()) in FindPos()
/trunk/main/sw/source/core/txtnode/
H A Datrfld.cxx132 bDel = ((SwUserFieldType*)pType)->IsDeleted(); in ~SwFmtFld()
136 bDel = ((SwSetExpFieldType*)pType)->IsDeleted(); in ~SwFmtFld()
140 bDel = ((SwDDEFieldType*)pType)->IsDeleted(); in ~SwFmtFld()
H A Dthints.cxx2935 bInsFldType = ((SwSetExpFieldType*)pFld->GetTyp())->IsDeleted(); in TryInsertHint()
2952 bInsFldType = ((SwUserFieldType*)pFld->GetTyp())->IsDeleted(); in TryInsertHint()
2958 bInsFldType = ((SwDDEFieldType*)pFld->GetTyp())->IsDeleted(); in TryInsertHint()
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx1288 bIs = !bValidOnly || !rRef.IsDeleted(); in ImplGetReference()
1297 bIs = !bValidOnly || (!rRef1.IsDeleted() && !rRef2.IsDeleted()); in ImplGetReference()
/trunk/main/sw/inc/
H A Dddefld.hxx71 sal_Bool IsDeleted() const { return bDeleted; } in IsDeleted() function in SwDDEFieldType
H A Dusrfld.hxx67 sal_Bool IsDeleted() const { return bDeleted; } in IsDeleted() function in SwUserFieldType
H A Dexpfld.hxx179 sal_Bool IsDeleted() const { return bDeleted; } in IsDeleted() function in SwSetExpFieldType
/trunk/main/sw/source/core/inc/
H A Dacorrect.hxx113 sal_Bool IsDeleted() const { return bDeleted; } in IsDeleted() function in SwAutoCorrExceptWord
/trunk/main/sw/source/core/fields/
H A Dddetbl.cxx85 if( pFldTyp->IsDeleted() && pFldTyp->IsLastDepend() ) in ~SwDDETable()
/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx2157 if( !rRef1.IsDeleted() && !rRef2.IsDeleted() && (rRef1.nTab >= 0) && (rRef2.nTab >= 0) ) in StoreCellRange()
H A Dxlformula.cxx738 bIsSingleRef = !rRef.IsDeleted(); in lclGetAddress()
H A Dxichart.cxx1087 bool bShowNone = IsDeleted(); in ConvertDataLabel()
4046 if( !mxTitle || (!mxTitle->IsDeleted() && !mxTitle->HasString()) ) in FinalizeTitle()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx850 if( 1 == rStr.Len() && pACEWord->IsDeleted() ) in InsertString()
1947 if( pACEWord && !pACEWord->IsDeleted() ) in SetModified()
H A Ddocedt.cxx1667 if( pACEWord->IsDeleted() || pStt->nNode != pEnd->nNode || in DeleteRangeImplImpl()
/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx524 … inline bool IsDeleted() const { return ::get_flag( maData.mnFlags, EXC_CHTEXT_DELETED ); } in IsDeleted() function in XclImpChText
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx481 if( pDDEType->IsDeleted() ) in MakeCopy()

Completed in 148 milliseconds