Home
last modified time | relevance | path

Searched refs:nLineDistance (Results 1 – 8 of 8) sorted by relevance

/trunk/main/xmloff/source/style/
H A DXMLFootnoteSeparatorExport.cxx70 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 DXMLFootnoteSeparatorImport.cxx91 sal_Int32 nLineDistance = 0; in StartElement() local
124 nLineDistance = nTmp; in StartElement()
169 aAny <<= nLineDistance; in StartElement()
/trunk/main/xmloff/source/text/
H A DXMLLineNumberingExport.cxx192 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 DConversionHelper.cxx112 sal_Int32 nLineDistance = (((nSprmValue & 0x3f000000)>>24) * 2540 + 36)/72L; in MakeBorderLine() local
115 return nLineDistance; in MakeBorderLine()
H A DDomainMapper.cxx1263 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 DGraphicImport.cxx180 sal_Int32 nLineDistance; member
187 ,nLineDistance(0) in GraphicBorderLine()
715 m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].nLineDistance = nIntValue; in lcl_attribute()
H A DPropertyMap.cxx437 void SectionPropertyMap::SetBorder( BorderPosition ePos, sal_Int32 nLineDistance, const table::Bord… in SetBorder() argument
441 m_nBorderDistances[ePos] = nLineDistance; in SetBorder()
H A DPropertyMap.hxx232 …void SetBorder( BorderPosition ePos, sal_Int32 nLineDistance, const ::com::sun::star::table::Borde…

Completed in 60 milliseconds