/trunk/main/oox/source/xls/ |
H A D | formulaparser.cxx | 968 convertReference2d( aApiRef, rRef, bDeleted, bRelativeAsOffset ); in pushReferenceOperand() 1168 if( bDeleted ) in convertReference() 1208 convertReference( orApiRef, rRef, bDeleted, bRelativeAsOffset ); in convertReference2d() 1223 convertReference( orApiRef, rRef, bDeleted, bRelativeAsOffset ); in convertReference3d() 1691 return pushReferenceOperand( aRef, bDeleted, bRelativeAsOffset ); in importRefToken() 2409 return pushBiffReference( aRef, bDeleted, bRelativeAsOffset ); in importRefToken2() 2416 return pushBiffReference( aRef, bDeleted, bRelativeAsOffset ); in importRefToken8() 2423 return pushBiffReference( aRef, bDeleted, bRelativeAsOffset ); in importAreaToken2() 2430 return pushBiffReference( aRef, bDeleted, bRelativeAsOffset ); in importAreaToken8() 2682 pushReferenceOperand( rRef, bDeleted, bRelativeAsOffset ); in pushBiffReference() [all …]
|
/trunk/main/svtools/source/brwbox/ |
H A D | datwin.cxx | 428 sal_Bool bDeleted = sal_False; in Command() local 429 pDtorNotify = &bDeleted; in Command() 432 if( bDeleted ) in Command() 435 if( bDeleted ) in Command() 445 sal_Bool bDeleted = sal_False; in Command() local 446 pDtorNotify = &bDeleted; in Command() 448 if( bDeleted ) in Command()
|
/trunk/main/sw/inc/ |
H A D | ddefld.hxx | 46 sal_Bool bDeleted : 1; member in SwDDEFieldType 71 sal_Bool IsDeleted() const { return bDeleted; } in IsDeleted() 72 void SetDeleted( sal_Bool b ) { bDeleted = b; } in SetDeleted()
|
H A D | usrfld.hxx | 40 sal_Bool bDeleted : 1; member in SwUserFieldType 67 sal_Bool IsDeleted() const { return bDeleted; } in IsDeleted() 68 void SetDeleted( sal_Bool b ) { bDeleted = b; } in SetDeleted()
|
H A D | expfld.hxx | 162 sal_Bool bDeleted; member in SwSetExpFieldType 179 sal_Bool IsDeleted() const { return bDeleted; } in IsDeleted() 180 void SetDeleted( sal_Bool b ) { bDeleted = b; } in SetDeleted()
|
/trunk/main/svtools/source/control/ |
H A D | asynclink.cxx | 125 sal_Bool bDeleted = sal_False; in Call_Impl() local 126 _pDeleted = &bDeleted; in Call_Impl() 128 if( !bDeleted ) in Call_Impl()
|
/trunk/main/sw/source/core/inc/ |
H A D | acorrect.hxx | 104 sal_Bool bDeleted; member in SwAutoCorrExceptWord 110 cChar(cChr), eLanguage(eLang), bDeleted(sal_False) in SwAutoCorrExceptWord() 113 sal_Bool IsDeleted() const { return bDeleted; } in IsDeleted()
|
/trunk/main/sw/source/core/fields/ |
H A D | usrfld.cxx | 193 bValidValue = bDeleted = sal_False; in SwUserFieldType() 221 pTmp->bDeleted = bDeleted; in Copy()
|
H A D | ddefld.cxx | 249 bCRLFFlag = bDeleted = sal_False; in SwDDEFieldType() 266 pType->bDeleted = bDeleted; in Copy()
|
H A D | expfld.cxx | 506 bDeleted( sal_False ) in SwSetExpFieldType() 515 pNew->bDeleted = bDeleted; in Copy()
|
/trunk/main/unotools/source/config/ |
H A D | viewoptions.cxx | 451 sal_Bool bDeleted = sal_False; in Delete() local 456 bDeleted = sal_True; in Delete() 460 { bDeleted = sal_True; } in Delete() 463 bDeleted = sal_False; in Delete() 467 return bDeleted; in Delete()
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 89 bool bDeleted = false; in Insert() local 120 bDeleted = DelRight() != 0; in Insert() 124 SwEditShell::Insert2(rFld, bDeleted); in Insert()
|
H A D | wrtsh1.cxx | 229 bool bDeleted = false; in Insert() local 253 bDeleted = DelRight() != 0; in Insert() 269 SwEditShell::Insert2( rStr, bDeleted ) : SwEditShell::Overwrite( rStr ); in Insert()
|
/trunk/main/sd/source/ui/func/ |
H A D | fuconbez.cxx | 212 bool bDeleted = false; in MouseButtonUp() local 244 bDeleted = true; in MouseButtonUp() 247 if ((!bPermanent && bCreated) || bDeleted) in MouseButtonUp()
|
H A D | futext.cxx | 1227 sal_Bool bDeleted = sal_False; in DeleteDefaultText() local 1260 bDeleted = sal_True; in DeleteDefaultText() 1265 return(bDeleted); in DeleteDefaultText()
|
/trunk/main/cui/source/tabpages/ |
H A D | numfmt.cxx | 1454 sal_Bool bDeleted = sal_False; in IMPL_LINK() local 1495 bDeleted = pNumFmtShell->RemoveFormat( aFormat, in IMPL_LINK() 1499 if(bDeleted) DeleteEntryList_Impl(a2EntryList); in IMPL_LINK() 1550 bDeleted = pNumFmtShell->RemoveFormat( aFormat, in IMPL_LINK() 1556 if ( bDeleted ) in IMPL_LINK()
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.hxx | 216 bool bDeleted; member 220 , bDeleted( false ) in DeletableTabStop() 225 , bDeleted( false ) in DeletableTabStop()
|
H A D | DomainMapper_Impl.cxx | 419 aIt->bDeleted = true; in ModifyCurrentTabStop() 449 if( rTabStop.bDeleted ) in IncorporateTabStop() 471 if(!aIt->bDeleted) in GetCurrentTabStopAndClear()
|
H A D | DomainMapper.cxx | 1630 m_pImpl->m_aCurrentTabStop.bDeleted = true; in lcl_attribute() 1634 m_pImpl->m_aCurrentTabStop.bDeleted = false; in lcl_attribute()
|
/trunk/main/sw/source/core/edit/ |
H A D | acorrect.cxx | 473 if( !bDeleted && rPos.nNode.GetIndex() == nNode && in CheckDelChar() 475 bDeleted = bRet = sal_True; in CheckDelChar()
|
/trunk/main/sfx2/source/doc/ |
H A D | doctempl.cxx | 983 sal_Bool bDeleted = xTemplates->removeTemplate( pSourceRgn->GetTitle(), in CopyOrMove() local 985 if ( bDeleted ) in CopyOrMove()
|
/trunk/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 1357 sal_Bool bDeleted = DeleteAll( SC_DET_CIRCLES ); // nur die Kreise in MarkInvalid() local 1416 return ( bDeleted || nInsCount != 0 ); in MarkInvalid()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | KeySet.cxx | 1616 sal_Bool bDeleted = m_bDeleted; in rowDeleted() local 1618 return bDeleted; in rowDeleted()
|