Lines Matching refs:nId
283 sal_uInt16 nId = GetValue() ? STR_REGISTER_ON : STR_REGISTER_OFF; in GetPresentation() local
284 rText = SW_RESSTR( nId ); in GetPresentation()
346 sal_uInt16 nId = GetValue() ? STR_CONNECT_BORDER_ON : STR_CONNECT_BORDER_OFF; in GetPresentation() local
347 rText = SW_RESSTR( nId ); in GetPresentation()
398 const sal_uInt16 nId = ATT_FIX_SIZE == eFrmHeightType ? in GetPresentation() local
400 rText += SW_RESSTR( nId ); in GetPresentation()
442 const sal_uInt16 nId = GetHeaderFmt() ? STR_HEADER : STR_NO_HEADER; in GetPresentation() local
443 rText = SW_RESSTR( nId ); in GetPresentation()
472 const sal_uInt16 nId = GetFooterFmt() ? STR_FOOTER : STR_NO_FOOTER; in GetPresentation() local
473 rText = SW_RESSTR( nId ); in GetPresentation()
499 sal_uInt16 nId = 0; in GetPresentation() local
503 nId = STR_SURROUND_NONE; in GetPresentation()
506 nId = STR_SURROUND_THROUGHT; in GetPresentation()
509 nId = STR_SURROUND_PARALLEL; in GetPresentation()
512 nId = STR_SURROUND_IDEAL; in GetPresentation()
515 nId = STR_SURROUND_LEFT; in GetPresentation()
518 nId = STR_SURROUND_RIGHT; in GetPresentation()
522 if ( nId ) in GetPresentation()
523 rText = SW_RESSTR( nId ); in GetPresentation()
559 sal_uInt16 nId = 0; in GetPresentation() local
572 nId = STR_VERT_TOP; in GetPresentation()
575 nId = STR_VERT_CENTER; in GetPresentation()
578 nId = STR_VERT_BOTTOM; in GetPresentation()
581 nId = STR_LINE_TOP; in GetPresentation()
584 nId = STR_LINE_CENTER; in GetPresentation()
587 nId = STR_LINE_BOTTOM; in GetPresentation()
591 if ( nId ) in GetPresentation()
592 rText += SW_RESSTR( nId ); in GetPresentation()
621 sal_uInt16 nId = 0; in GetPresentation() local
634 nId = STR_HORI_RIGHT; in GetPresentation()
637 nId = STR_HORI_CENTER; in GetPresentation()
640 nId = STR_HORI_LEFT; in GetPresentation()
643 nId = STR_HORI_INSIDE; in GetPresentation()
646 nId = STR_HORI_OUTSIDE; in GetPresentation()
649 nId = STR_HORI_FULL; in GetPresentation()
653 if ( nId ) in GetPresentation()
654 rText += SW_RESSTR( nId ); in GetPresentation()
682 sal_uInt16 nId = 0; in GetPresentation() local
686 nId = STR_FLY_AT_PARA; in GetPresentation()
689 nId = STR_FLY_AS_CHAR; in GetPresentation()
692 nId = STR_FLY_AT_PAGE; in GetPresentation()
696 if ( nId ) in GetPresentation()
697 rText += SW_RESSTR( nId ); in GetPresentation()
1029 sal_uInt16 nId = 0; in GetPresentation() local
1034 nId = STR_GRID_NONE; in GetPresentation()
1037 nId = STR_GRID_LINES_ONLY; in GetPresentation()
1040 nId = STR_GRID_LINES_CHARS; in GetPresentation()
1043 if ( nId ) in GetPresentation()
1044 rText += SW_RESSTR( nId ); in GetPresentation()
1095 sal_uInt16 nId; in GetPresentation() local
1098 case RES_MIRROR_GRAPH_DONT: nId = STR_NO_MIRROR; break; in GetPresentation()
1099 case RES_MIRROR_GRAPH_VERT: nId = STR_VERT_MIRROR; break; in GetPresentation()
1100 case RES_MIRROR_GRAPH_HOR: nId = STR_HORI_MIRROR; break; in GetPresentation()
1101 case RES_MIRROR_GRAPH_BOTH: nId = STR_BOTH_MIRROR; break; in GetPresentation()
1102 default: nId = 0; break; in GetPresentation()
1104 if ( nId ) in GetPresentation()
1106 rText = SW_RESSTR( nId ); in GetPresentation()
1200 sal_uInt16 nId; in GetPresentation() local
1203 case RES_GRFATR_CHANNELR: nId = STR_CHANNELR; break; in GetPresentation()
1204 case RES_GRFATR_CHANNELG: nId = STR_CHANNELG; break; in GetPresentation()
1205 case RES_GRFATR_CHANNELB: nId = STR_CHANNELB; break; in GetPresentation()
1206 default: nId = 0; break; in GetPresentation()
1208 if( nId ) in GetPresentation()
1209 rText = SW_RESSTR( nId ); in GetPresentation()
1260 sal_uInt16 nId = 0 != GetValue() ? STR_INVERT : STR_INVERT_NOT; in GetPresentation() local
1261 rText = SW_RESSTR( nId ); in GetPresentation()
1306 sal_uInt16 nId; in GetPresentation() local
1310 case GRAPHICDRAWMODE_GREYS: nId = STR_DRAWMODE_GREY; break; in GetPresentation()
1311 case GRAPHICDRAWMODE_MONO: nId = STR_DRAWMODE_BLACKWHITE; break; in GetPresentation()
1312 case GRAPHICDRAWMODE_WATERMARK: nId = STR_DRAWMODE_WATERMARK; break; in GetPresentation()
1313 default: nId = STR_DRAWMODE_STD; break; in GetPresentation()
1315 (rText = SW_RESSTR( STR_DRAWMODE ) ) += SW_RESSTR( nId ); in GetPresentation()
1339 sal_uInt16 nId = GetValue() ? STR_FOLLOW_TEXT_FLOW : STR_DONT_FOLLOW_TEXT_FLOW; in GetPresentation() local
1340 rText = SW_RESSTR( nId ); in GetPresentation()