Home
last modified time | relevance | path

Searched refs:bPrintFromAbove (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/envelp/
H A Denvimg.cxx119 bPrintFromAbove = sal_True; in SwEnvItem()
139 bPrintFromAbove(rItem.bPrintFromAbove), in SwEnvItem()
158 bPrintFromAbove = rItem.bPrintFromAbove; in operator =()
178 bPrintFromAbove == rEnv.bPrintFromAbove && in operator ==()
238 …case 10: aEnvItem.bPrintFromAbove = *(sal_Bool*)pValues[nProp].getValue(); break;// "Print/FromAbo… in SwEnvCfgItem()
282 case 10: pValues[nProp].setValue(&aEnvItem.bPrintFromAbove, rType); break;// "Print/FromAbove", in Commit()
336 case MID_ENV_PRINT_FROM_ABOVE : rVal <<= bPrintFromAbove; break; in QueryValue()
370 case MID_ENV_PRINT_FROM_ABOVE : bRet = (rVal >>= bPrintFromAbove); break; in PutValue()
H A Denvprt.cxx212 rItem.bPrintFromAbove = aTopButton.IsChecked(); in FillItem()
241 if (rItem.bPrintFromAbove) in Reset()
/trunk/main/sw/source/ui/inc/
H A Denvimg.hxx62 sal_Bool bPrintFromAbove; // Von oben drucken? member in SwEnvItem

Completed in 19 milliseconds