| /aoo4110/main/sw/source/core/doc/ | 
| H A D | htmltbl.cxx | 1018 					if( nRel+nColWidth > 100 )  in AutoLayoutPass1() 1020 						nColWidth = 100 - nRel;  in AutoLayoutPass1() 1024 					nRel = nRel + nColWidth;  in AutoLayoutPass1() 1292 			sal_uInt16 nAbs = 0, nRel = 0;  in AutoLayoutPass2()  local 1315 				nRel = nRel + (sal_uInt16)pColumn->GetRelColWidth();  in AutoLayoutPass2() 1326 			sal_uInt16 nAbs = 0, nRel = 0;  in AutoLayoutPass2()  local 1352 				nRel = nRel + (sal_uInt16)pColumn->GetRelColWidth();  in AutoLayoutPass2() 1435 					nRel = nRel + (sal_uInt16)nRelColWidth;  in AutoLayoutPass2() 1469 					nRel = nRel + pColumn->GetRelColWidth();  in AutoLayoutPass2() 1510 		sal_uInt16 nAbs = 0, nRel = 0;  in AutoLayoutPass2()  local [all …] 
 | 
| /aoo4110/main/cui/source/tabpages/ | 
| H A D | swpossizetabpage.cxx | 1089         aVal.nHRelOrient = (short)nRel;  in IMPL_LINK() 1102         aVal.nVRelOrient = (short)nRel;  in IMPL_LINK() 1275     short nRel = 0;  in IMPL_LINK()  local 1306                 if(RelOrientation::FRAME == nRel)  in IMPL_LINK() 1389     short nRel = 0;  in GetRelation()  local 1395         nRel = pEntry->nRelation;  in GetRelation() 1398     return nRel;  in GetRelation() 1423                     if (nLBRelations & nRel)  in GetAlignment() 1636         m_aExampleWN.SetHoriRel(nRel);  in UpdateExample() 1647         m_aExampleWN.SetVertRel(nRel);  in UpdateExample() [all …] 
 | 
| H A D | swpossizetabpage.hxx | 129 …llRelLB(FrmMap *pMap, sal_uInt16 nLBSelPos, sal_uInt16 nAlign, sal_uInt16 nRel, ListBox &rLB, Fixe…
  | 
| /aoo4110/main/xmloff/source/style/ | 
| H A D | chrhghdl.cxx | 139 	sal_Int32 nRel = 0;  in importXML()  local 141 	if( SvXMLUnitConverter::convertMeasure( nRel, rStrImpValue, MAP_POINT ) )  in importXML() 143 		rValue <<= (float)nRel;  in importXML() 154 	float nRel = 0;  in exportXML()  local 155 	if( (rValue >>= nRel) && (nRel != 0) )  in exportXML() 157 		SvXMLUnitConverter::convertMeasure( aOut, (sal_Int32)nRel, MAP_POINT, MAP_POINT );  in exportXML()
  | 
| H A D | xmlnumi.cxx | 250 	void SetRelSize( sal_Int16 nRel ) { nRelSize = nRel; }  in SetRelSize()  argument
  | 
| /aoo4110/main/sw/source/ui/frmdlg/ | 
| H A D | frmpage.cxx | 1044         const sal_Int16 eRel  = nRel;  in FillItemSet() 1083         const sal_Int16     eRel  = nRel;  in FillItemSet() 1582     short nRel = 0;  in GetRelation()  local 1588 		nRel = pEntry->nRelation;  in GetRelation() 1591 	return nRel;  in GetRelation() 1619 					if (nLBRelations & nRel)  in GetAlignment() 1806         aVal.nHRelOrient = nRel;  in IMPL_LINK() 1819         aVal.nVRelOrient = nRel;  in IMPL_LINK() 1967 	sal_uInt16 nRel = 0;  in IMPL_LINK()  local 2143 		aExampleWN.SetHoriRel(nRel);  in UpdateExample() [all …] 
 | 
| /aoo4110/main/sw/source/core/layout/ | 
| H A D | flyincnt.cxx | 55     SwTwips nRel = pFmt->GetVertOrient().GetPos();  in SwFlyInCntFrm()  local 59         aRelPos.X() = pAnch->IsReverse() ? nRel : -nRel;  in SwFlyInCntFrm() 61         aRelPos.Y() = nRel;  in SwFlyInCntFrm()
  | 
| H A D | wsfrm.cxx | 3368 		long nRel = LONG_MAX;  in CalcRel()  local 3373 			nRel = pSh->GetBrowseWidth();  in CalcRel() 3374 			long nDiff = nRel - pRel->Prt().Width();  in CalcRel() 3376 				nRel -= nDiff;  in CalcRel() 3378 		nRel = Min( nRel, pRel->Prt().Width() );  in CalcRel() 3379 		nRet = nRel * nPercent / 100;  in CalcRel()
  | 
| /aoo4110/main/sot/source/sdstor/ | 
| H A D | stgstrms.cxx | 347     sal_Int32 nRel, nBgn;  in Pos2Page()  local 364         nRel = nNew - nOld;  in Pos2Page() 371         nRel = nNew;  in Pos2Page() 375     nRel /= nPageSize;  in Pos2Page() 377     while( nRel && nBgn >= 0 )  in Pos2Page() 381         nRel--;  in Pos2Page() 385     if( nBytePos == nSize && nBgn == STG_EOF && !nRel && !nOffset )  in Pos2Page() 394     return sal_Bool( nRel == 0 && nPage >= 0 );  in Pos2Page()
  | 
| /aoo4110/main/xmloff/source/text/ | 
| H A D | txtexppr.cxx | 779 		sal_Int16 nRel = sal_Int16();  in ContextFilter()  local 782 			  ( !(pHeightMinRelState->maValue >>= nRel) || nRel > 0 ) ) )  in ContextFilter() 808         sal_Int16 nRel = sal_Int16();  in ContextFilter()  local 811               ( !(pWidthMinRelState->maValue >>= nRel) || nRel > 0 ) ) )  in ContextFilter()
  | 
| /aoo4110/main/editeng/source/items/ | 
| H A D | frmitems.cxx | 502 			sal_Int32 nRel = 0;  in PutValue()  local 503             if((rVal >>= nRel) && nRel >= 0 && nRel < USHRT_MAX)  in PutValue() 506                     nPropLeftMargin = (sal_uInt16)nRel;  in PutValue() 508                     nPropRightMargin = (sal_uInt16)nRel;  in PutValue() 889 			sal_Int32 nRel = 0;  in PutValue()  local 890 			if((rVal >>= nRel) && nRel > 1 )  in PutValue() 893 					nPropUpper = (sal_uInt16)nRel;  in PutValue() 895 					nPropLower = (sal_uInt16)nRel;  in PutValue()
  | 
| /aoo4110/main/sw/source/filter/html/ | 
| H A D | htmltab.cxx | 1879 			sal_uInt16 nAbs, nRel;  in MakeTableBox()  local 1880 			pLayoutInfo->GetAvail( nLeftCol, nColSpan, nAbs, nRel );  in MakeTableBox() 1884 			pCnts->GetTable()->MakeTable( pBox, nAbs, nRel, nLSpace, nRSpace,  in MakeTableBox() 1927 				sal_uInt16 nAbs, nRel;  in MakeTableBox()  local 1928 				pLayoutInfo->GetAvail( nLeftCol, nColSpan, nAbs, nRel );  in MakeTableBox() 1934 				pCnts->GetTable()->MakeTable( pBox, nAbs, nRel, nLSpace,  in MakeTableBox()
  | 
| /aoo4110/main/winaccessibility/source/UAccCOM/ | 
| H A D | MAccessible.cpp | 1949 			long nRel = pRrelationSet->getRelationCount();  in get_groupPosition()  local 1950 			for(int i=0 ; i<nRel ; i++)  in get_groupPosition()
  | 
| /aoo4110/main/editeng/source/editeng/ | 
| H A D | impedit.cxx | 1888                 long nRel = aDocPos.Y() - nDestParaStartY;  in dragOver()  local 1889                 if ( nRel < ( pPPortion->GetHeight() / 2 ) )  in dragOver()
  |