Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/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()
/aoo4110/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.cxx1264 sal_Int32 nLineDistance = ConversionHelper::MakeBorderLine( nIntValue, aBorderLine ); in lcl_attribute() local
1265 (void)nLineDistance; in lcl_attribute()
2551 … sal_Int32 nLineDistance = ConversionHelper::MakeBorderLine( nIntValue, aBorderLine ); in sprmWithProps() local
2582 rContext->Insert(eBorderDistId, true, uno::makeAny( nLineDistance )); in sprmWithProps()
3570 sal_Int32 nLineDistance = ConversionHelper::MakeBorderLine( nIntValue, aBorderLine ); in sprmWithProps() local
3581 …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.cxx434 void SectionPropertyMap::SetBorder( BorderPosition ePos, sal_Int32 nLineDistance, const table::Bord… in SetBorder() argument
438 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 275 milliseconds