/aoo42x/main/sc/inc/ |
H A D | refdata.hxx | 101 …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 D | chgtrack.hxx | 423 sal_Bool IsDeleted() const in IsDeleted() function in ScChangeAction
|
/aoo42x/main/soltools/ldump/ |
H A D | hashtbl.cxx | 45 bool IsDeleted() const in IsDeleted() function in HashItem 252 if (pItem->IsDeleted() || pItem->IsUsed()) in FindPos() 265 if (pItem->IsDeleted() || pItem->IsUsed()) in FindPos()
|
/aoo42x/main/tools/workben/ |
H A D | hashtbl.cxx | 46 BOOL IsDeleted() const in IsDeleted() function in HashItem 299 if (pItem->IsDeleted() || pItem->IsUsed()) in FindPos() 312 if (pItem->IsDeleted() || pItem->IsUsed()) in FindPos()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | atrfld.cxx | 132 bDel = ((SwUserFieldType*)pType)->IsDeleted(); in ~SwFmtFld() 136 bDel = ((SwSetExpFieldType*)pType)->IsDeleted(); in ~SwFmtFld() 140 bDel = ((SwDDEFieldType*)pType)->IsDeleted(); in ~SwFmtFld()
|
H A D | thints.cxx | 2935 bInsFldType = ((SwSetExpFieldType*)pFld->GetTyp())->IsDeleted(); in TryInsertHint() 2952 bInsFldType = ((SwUserFieldType*)pFld->GetTyp())->IsDeleted(); in TryInsertHint() 2958 bInsFldType = ((SwDDEFieldType*)pFld->GetTyp())->IsDeleted(); in TryInsertHint()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | token.cxx | 1288 bIs = !bValidOnly || !rRef.IsDeleted(); in ImplGetReference() 1297 bIs = !bValidOnly || (!rRef1.IsDeleted() && !rRef2.IsDeleted()); in ImplGetReference()
|
/aoo42x/main/sw/inc/ |
H A D | ddefld.hxx | 71 sal_Bool IsDeleted() const { return bDeleted; } in IsDeleted() function in SwDDEFieldType
|
H A D | usrfld.hxx | 67 sal_Bool IsDeleted() const { return bDeleted; } in IsDeleted() function in SwUserFieldType
|
H A D | expfld.hxx | 179 sal_Bool IsDeleted() const { return bDeleted; } in IsDeleted() function in SwSetExpFieldType
|
/aoo42x/main/sw/source/core/inc/ |
H A D | acorrect.hxx | 113 sal_Bool IsDeleted() const { return bDeleted; } in IsDeleted() function in SwAutoCorrExceptWord
|
/aoo42x/main/sw/source/core/fields/ |
H A D | ddetbl.cxx | 85 if( pFldTyp->IsDeleted() && pFldTyp->IsLastDepend() ) in ~SwDDETable()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xelink.cxx | 2157 if( !rRef1.IsDeleted() && !rRef2.IsDeleted() && (rRef1.nTab >= 0) && (rRef2.nTab >= 0) ) in StoreCellRange()
|
H A D | xlformula.cxx | 738 bIsSingleRef = !rRef.IsDeleted(); in lclGetAddress()
|
H A D | xichart.cxx | 1087 bool bShowNone = IsDeleted(); in ConvertDataLabel() 4046 if( !mxTitle || (!mxTitle->IsDeleted() && !mxTitle->HasString()) ) in FinalizeTitle()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doc.cxx | 850 if( 1 == rStr.Len() && pACEWord->IsDeleted() ) in InsertString() 1947 if( pACEWord && !pACEWord->IsDeleted() ) in SetModified()
|
H A D | docedt.cxx | 1667 if( pACEWord->IsDeleted() || pStt->nNode != pEnd->nNode || in DeleteRangeImplImpl()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xichart.hxx | 524 … inline bool IsDeleted() const { return ::get_flag( maData.mnFlags, EXC_CHTEXT_DELETED ); } in IsDeleted() function in XclImpChText
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 481 if( pDDEType->IsDeleted() ) in MakeCopy()
|