Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx1022 if( nRel+nColWidth > 100 ) in AutoLayoutPass1()
1024 nColWidth = 100 - nRel; in AutoLayoutPass1()
1028 nRel = nRel + nColWidth; in AutoLayoutPass1()
1296 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1319 nRel = nRel + (sal_uInt16)pColumn->GetRelColWidth(); in AutoLayoutPass2()
1330 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1356 nRel = nRel + (sal_uInt16)pColumn->GetRelColWidth(); in AutoLayoutPass2()
1439 nRel = nRel + (sal_uInt16)nRelColWidth; in AutoLayoutPass2()
1473 nRel = nRel + pColumn->GetRelColWidth(); in AutoLayoutPass2()
1514 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
[all …]
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1089 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 Dswpossizetabpage.hxx129 …llRelLB(FrmMap *pMap, sal_uInt16 nLBSelPos, sal_uInt16 nAlign, sal_uInt16 nRel, ListBox &rLB, Fixe…
/trunk/main/xmloff/source/style/
H A Dchrhghdl.cxx139 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 Dxmlnumi.cxx250 void SetRelSize( sal_Int16 nRel ) { nRelSize = nRel; } in SetRelSize() argument
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1044 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 …]
/trunk/main/sw/source/core/layout/
H A Dflyincnt.cxx55 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 Dwsfrm.cxx3373 long nRel = LONG_MAX; in CalcRel() local
3378 nRel = pSh->GetBrowseWidth(); in CalcRel()
3379 long nDiff = nRel - pRel->Prt().Width(); in CalcRel()
3381 nRel -= nDiff; in CalcRel()
3383 nRel = Min( nRel, pRel->Prt().Width() ); in CalcRel()
3384 nRet = nRel * nPercent / 100; in CalcRel()
/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx347 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()
/trunk/main/xmloff/source/text/
H A Dtxtexppr.cxx813 sal_Int16 nRel = sal_Int16(); in ContextFilter() local
816 ( !(pHeightMinRelState->maValue >>= nRel) || nRel > 0 ) ) ) in ContextFilter()
842 sal_Int16 nRel = sal_Int16(); in ContextFilter() local
845 ( !(pWidthMinRelState->maValue >>= nRel) || nRel > 0 ) ) ) in ContextFilter()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx502 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()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1867 sal_uInt16 nAbs, nRel; in MakeTableBox() local
1868 pLayoutInfo->GetAvail( nLeftCol, nColSpan, nAbs, nRel ); in MakeTableBox()
1872 pCnts->GetTable()->MakeTable( pBox, nAbs, nRel, nLSpace, nRSpace, in MakeTableBox()
1915 sal_uInt16 nAbs, nRel; in MakeTableBox() local
1916 pLayoutInfo->GetAvail( nLeftCol, nColSpan, nAbs, nRel ); in MakeTableBox()
1922 pCnts->GetTable()->MakeTable( pBox, nAbs, nRel, nLSpace, in MakeTableBox()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1889 long nRel = aDocPos.Y() - nDestParaStartY; in dragOver() local
1890 if ( nRel < ( pPPortion->GetHeight() / 2 ) ) in dragOver()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp1949 long nRel = pRrelationSet->getRelationCount(); in get_groupPosition() local
1950 for(int i=0 ; i<nRel ; i++) in get_groupPosition()

Completed in 190 milliseconds