Lines Matching refs:_nRel
599 sal_uLong lcl_GetLBRelationsForRelations( const sal_uInt16 _nRel ) in lcl_GetLBRelationsForRelations() argument
606 if ( aRelationMap[nRelMapPos].nRelation == _nRel ) in lcl_GetLBRelationsForRelations()
1352 const sal_uInt16 _nRel, in FillPosLB() argument
1364 : ::lcl_GetLBRelationsForRelations( _nRel ); in FillPosLB()
1414 sal_uInt16 _nRel, in FillRelLB() argument
1519 if (!sSelEntry.Len() && aRelationMap[nRelPos].nRelation == _nRel) in FillRelLB()
1530 switch (_nRel) in FillRelLB()
1532 … case text::RelOrientation::FRAME: _nRel = text::RelOrientation::PAGE_FRAME; break; in FillRelLB()
1533 … case text::RelOrientation::PRINT_AREA: _nRel = text::RelOrientation::PAGE_PRINT_AREA; break; in FillRelLB()
1534 … case text::RelOrientation::PAGE_LEFT: _nRel = text::RelOrientation::FRAME_LEFT; break; in FillRelLB()
1535 … case text::RelOrientation::PAGE_RIGHT: _nRel = text::RelOrientation::FRAME_RIGHT; break; in FillRelLB()
1536 … case text::RelOrientation::FRAME_LEFT: _nRel = text::RelOrientation::PAGE_LEFT; break; in FillRelLB()
1537 … case text::RelOrientation::FRAME_RIGHT: _nRel = text::RelOrientation::PAGE_RIGHT; break; in FillRelLB()
1538 … case text::RelOrientation::PAGE_FRAME: _nRel = text::RelOrientation::FRAME; break; in FillRelLB()
1539 …case text::RelOrientation::PAGE_PRINT_AREA: _nRel = text::RelOrientation::PRINT_AREA; break; in FillRelLB()
1545 _nRel = pEntry->nRelation; in FillRelLB()
1553 if (pEntry->nRelation == _nRel) in FillRelLB()