Searched refs:nLineDistance (Results 1 – 8 of 8) sorted by relevance
/trunk/main/xmloff/source/style/ |
H A D | XMLFootnoteSeparatorExport.cxx | 70 sal_Int32 nLineDistance = 0; in exportXML() local 93 rState.maValue >>= nLineDistance; in exportXML() 128 if (nLineDistance > 0) in exportXML() 130 rExport.GetMM100UnitConverter().convertMeasure(sBuf, nLineDistance); in exportXML()
|
H A D | XMLFootnoteSeparatorImport.cxx | 91 sal_Int32 nLineDistance = 0; in StartElement() local 124 nLineDistance = nTmp; in StartElement() 169 aAny <<= nLineDistance; in StartElement()
|
/trunk/main/xmloff/source/text/ |
H A D | XMLLineNumberingExport.cxx | 192 sal_Int16 nLineDistance = 0; in Export() local 193 aAny >>= nLineDistance; in Export() 195 (sal_Int32)nLineDistance); in Export()
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | ConversionHelper.cxx | 112 sal_Int32 nLineDistance = (((nSprmValue & 0x3f000000)>>24) * 2540 + 36)/72L; in MakeBorderLine() local 115 return nLineDistance; in MakeBorderLine()
|
H A D | DomainMapper.cxx | 1263 sal_Int32 nLineDistance = ConversionHelper::MakeBorderLine( nIntValue, aBorderLine ); in lcl_attribute() local 1264 (void)nLineDistance; in lcl_attribute() 2549 … sal_Int32 nLineDistance = ConversionHelper::MakeBorderLine( nIntValue, aBorderLine ); in sprmWithProps() local 2580 rContext->Insert(eBorderDistId, true, uno::makeAny( nLineDistance )); in sprmWithProps() 3578 sal_Int32 nLineDistance = ConversionHelper::MakeBorderLine( nIntValue, aBorderLine ); in sprmWithProps() local 3589 …SectionContext->SetBorder( aPositions[nSprmId - NS_sprm::LN_SBrcTop], nLineDistance, aBorderLine ); in sprmWithProps()
|
H A D | GraphicImport.cxx | 180 sal_Int32 nLineDistance; member 187 ,nLineDistance(0) in GraphicBorderLine() 715 m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].nLineDistance = nIntValue; in lcl_attribute()
|
H A D | PropertyMap.cxx | 437 void SectionPropertyMap::SetBorder( BorderPosition ePos, sal_Int32 nLineDistance, const table::Bord… in SetBorder() argument 441 m_nBorderDistances[ePos] = nLineDistance; in SetBorder()
|
H A D | PropertyMap.hxx | 232 …void SetBorder( BorderPosition ePos, sal_Int32 nLineDistance, const ::com::sun::star::table::Borde…
|
Completed in 45 milliseconds