/aoo4110/main/sw/source/ui/config/ |
H A D | cfgitems.cxx | 183 bNotes = sal_False; in SwElemItem() 215 bNotes = rVOpt.IsPostIts(); in SwElemItem() 252 bNotes == rItem.bNotes ); in operator ==() 276 bNotes = rElemItem.bNotes ; in operator =() 300 rVOpt.SetPostIts (bNotes ); in FillViewOptions()
|
H A D | optpage.cxx | 222 aPostItCB .Check (pElemAttr->bNotes ); in Reset() 256 aElem.bNotes = aPostItCB .IsChecked(); in FillItemSet()
|
/aoo4110/main/svl/source/items/ |
H A D | srchitem.cxx | 123 bNotes ( sal_False), in SvxSearchItem() 135 bNotes = aOpt.IsNotes(); in SvxSearchItem() 204 bNotes ( rItem.bNotes), in SvxSearchItem() 257 ( bNotes == rSItem.bNotes ); in operator ==()
|
/aoo4110/main/svl/inc/svl/ |
H A D | srchitem.hxx | 74 sal_Bool bNotes; member in SvxSearchItem 144 sal_Bool GetNotes() const { return bNotes; } in GetNotes() 145 void SetNotes(sal_Bool bNew) { bNotes = bNew; } in SetNotes()
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen2.cxx | 651 sal_Bool bNotes ) const in GetPrintArea() 655 sal_Bool bAny = pTab[nTab]->GetPrintArea( rEndCol, rEndRow, bNotes ); in GetPrintArea() 675 SCCOL& rEndCol, sal_Bool bNotes ) const in GetPrintAreaHor() 679 sal_Bool bAny = pTab[nTab]->GetPrintAreaHor( nStartRow, nEndRow, rEndCol, bNotes ); in GetPrintAreaHor() 697 SCROW& rEndRow, sal_Bool bNotes ) const in GetPrintAreaVer() 701 sal_Bool bAny = pTab[nTab]->GetPrintAreaVer( nStartCol, nEndCol, rEndRow, bNotes ); in GetPrintAreaVer()
|
H A D | table1.cxx | 475 sal_Bool ScTable::GetPrintArea( SCCOL& rEndCol, SCROW& rEndRow, sal_Bool bNotes ) const in GetPrintArea() 483 if (!aCol[i].IsEmptyVisData(bNotes)) in GetPrintArea() 488 SCROW nColY = aCol[i].GetLastVisDataPos(bNotes); in GetPrintArea() 584 SCROW& rEndRow, sal_Bool bNotes ) const in GetPrintAreaVer() 602 if (!aCol[i].IsEmptyVisData(bNotes)) in GetPrintAreaVer() 605 SCROW nColY = aCol[i].GetLastVisDataPos(bNotes); in GetPrintAreaVer()
|
H A D | column2.cxx | 1233 sal_Bool ScColumn::IsEmptyVisData(sal_Bool bNotes) const in IsEmptyVisData() 1244 if ( pCell->GetCellType() != CELLTYPE_NOTE || (bNotes && pCell->HasNote()) ) in IsEmptyVisData() 1270 SCROW ScColumn::GetLastVisDataPos(sal_Bool bNotes) const in GetLastVisDataPos() 1281 if ( pCell->GetCellType() != CELLTYPE_NOTE || (bNotes && pCell->HasNote()) ) in GetLastVisDataPos() 1291 SCROW ScColumn::GetFirstVisDataPos(sal_Bool bNotes) const in GetFirstVisDataPos() 1301 if ( pCell->GetCellType() != CELLTYPE_NOTE || (bNotes && pCell->HasNote()) ) in GetFirstVisDataPos()
|
H A D | pagepar.cxx | 57 bNotes=bGrid=bHeaders=bDrawings= in Reset()
|
/aoo4110/main/oox/source/ppt/ |
H A D | presentationfragmenthandler.cxx | 103 sal_Bool bNotes = sal_False; in ResolveTextFields() local 110 bNotes = sal_True; in ResolveTextFields() 118 if ( bNotes ) in ResolveTextFields()
|
H A D | slidepersist.cxx | 48 SlidePersist::SlidePersist( XmlFilterBase& rFilter, sal_Bool bMaster, sal_Bool bNotes, in SlidePersist() argument 56 , mbNotes ( bNotes ) in SlidePersist()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | printfun.cxx | 678 sal_Bool bNotes = aTableParam.bNotes; in AdjustPrintArea() local 683 if (!pDoc->GetPrintArea( nPrintTab, nEndCol, nEndRow, bNotes )) in AdjustPrintArea() 698 bFound = pDoc->GetPrintAreaVer( nPrintTab, nStartCol, nEndCol, nPAEndRow, bNotes ); in AdjustPrintArea() 714 bFound = pDoc->GetPrintArea( nPrintTab, nEndCol, nEndRow, bNotes ); in AdjustPrintArea() 716 bFound = pDoc->GetPrintAreaHor( nPrintTab, nStartRow, nEndRow, nEndCol, bNotes ); in AdjustPrintArea() 718 bFound = pDoc->GetPrintAreaVer( nPrintTab, nStartCol, nEndCol, nEndRow, bNotes ); in AdjustPrintArea() 917 aTableParam.bNotes = GET_BOOL(pParamSet,ATTR_PAGE_NOTES); in InitParam() 1970 if ( nNoteStart >= (long) aNotePosList.Count() || !aTableParam.bNotes ) in PrintNotes() 2419 aTableParam.bNotes = false; in SetExclusivelyDrawOleAndDrawObjects() 2541 if ( !aTableParam.bNotes || !bPrintCurrentTable ) in CountNotePages()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | optsitem.hxx | 571 sal_Bool bNotes : 1; // Print/Content/Note member in SdOptionsPrint 606 sal_Bool IsNotes() const { Init(); return (sal_Bool) bNotes; } in IsNotes() 628 …void SetNotes( sal_Bool bOn = sal_True ) { if( bNotes != bOn ) { OptionsChanged(); bNotes = bOn; }… in SetNotes()
|
/aoo4110/main/sc/inc/ |
H A D | column.hxx | 148 sal_Bool IsEmptyVisData(sal_Bool bNotes) const; // ohne Broadcaster 160 SCROW GetLastVisDataPos(sal_Bool bNotes) const; // ohne Broadcaster 161 SCROW GetFirstVisDataPos(sal_Bool bNotes) const;
|
H A D | pagepar.hxx | 35 sal_Bool bNotes; member
|
H A D | table.hxx | 418 sal_Bool GetPrintArea( SCCOL& rEndCol, SCROW& rEndRow, sal_Bool bNotes ) const; 420 SCCOL& rEndCol, sal_Bool bNotes ) const; 422 SCROW& rEndRow, sal_Bool bNotes ) const;
|
H A D | document.hxx | 972 sal_Bool bNotes = sal_True ) const; 974 SCCOL& rEndCol, sal_Bool bNotes = sal_True ) const; 976 SCROW& rEndRow, sal_Bool bNotes = sal_True ) const;
|
/aoo4110/main/sd/source/core/ |
H A D | drawdoc2.cxx | 348 bool bNotes = (pPage->GetPageKind() == PK_NOTES); in UpdatePageRelativeURLs() local 379 if (bNotesLink ^ bNotes) in UpdatePageRelativeURLs() 382 if (bNotes) in UpdatePageRelativeURLs() 394 if (bNotes) in UpdatePageRelativeURLs()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | cfgitems.hxx | 108 sal_Bool bNotes :1; member in SwElemItem
|
/aoo4110/main/oox/inc/oox/ppt/ |
H A D | slidepersist.hxx | 62 SlidePersist( oox::core::XmlFilterBase& rFilter, sal_Bool bMaster, sal_Bool bNotes,
|
/aoo4110/main/sd/source/ui/app/ |
H A D | optsitem.cxx | 1324 bNotes( sal_False ), in SdOptionsPrint()
|