Searched refs:bPrintFromAbove (Results 1 – 3 of 3) sorted by relevance
119 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()
212 rItem.bPrintFromAbove = aTopButton.IsChecked(); in FillItem()241 if (rItem.bPrintFromAbove) in Reset()
62 sal_Bool bPrintFromAbove; // Von oben drucken? member in SwEnvItem
Completed in 28 milliseconds