Home
last modified time | relevance | path

Searched refs:bIsPrint (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1039 sal_Bool bIsPrint = ( eType == OUTTYPE_PRINTER ); in IsEmptyCellText() local
1041 if ( bIsPrint || bTabProtected ) in IsEmptyCellText()
1045 if ( bIsPrint && pAttr->GetHidePrint() ) in IsEmptyCellText()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1065 sal_Int8 bIsPrint; in Create() local
1066 rStrm >> bIsPrint; in Create()
1067 return new SvxPrintItem( Which(), sal_Bool( bIsPrint != 0 ) ); in Create()

Completed in 58 milliseconds