Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx3264 const sal_Char *pBreakBefore = 0; in OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep() local
3276 pBreakBefore = sCSS1_PV_auto; in OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep()
3282 pBreakBefore = sCSS1_PV_always; in OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep()
3300 case RES_POOLPAGE_LEFT: pBreakBefore = sCSS1_PV_left; break; in OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep()
3301 case RES_POOLPAGE_RIGHT: pBreakBefore = sCSS1_PV_right; break; in OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep()
3302 default: pBreakBefore = sCSS1_PV_always; break; in OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep()
3305 else if( !pBreakBefore ) in OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep()
3307 pBreakBefore = sCSS1_PV_auto; in OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep()
3311 if( pBreakBefore ) in OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep()
3313 pBreakBefore ); in OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep()

Completed in 17 milliseconds