Searched refs:bIsPrint (Results 1 – 2 of 2) sorted by relevance
1065 sal_Int8 bIsPrint; in Create() local1066 rStrm >> bIsPrint; in Create()1067 return new SvxPrintItem( Which(), sal_Bool( bIsPrint != 0 ) ); in Create()
1039 sal_Bool bIsPrint = ( eType == OUTTYPE_PRINTER ); in IsEmptyCellText() local1041 if ( bIsPrint || bTabProtected ) in IsEmptyCellText()1045 if ( bIsPrint && pAttr->GetHidePrint() ) in IsEmptyCellText()
Completed in 33 milliseconds