Home
last modified time | relevance | path

Searched refs:nBound (Results 1 – 7 of 7) sorted by relevance

/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx315 const sal_Int32 nBound = beans::PropertyAttribute::BOUND; in OStyle() local
326 registerPropertyNoMember(PROPERTY_BACKTRANSPARENT, ++i,nBound,::getBooleanCppuType() ,&bTrue); in OStyle()
331 …registerPropertyNoMember(PROPERTY_BOTTOMMARGIN, ++i,nBound,::getCppuType((const sal_Int32*)0) ,&nM… in OStyle()
332 …registerPropertyNoMember(MAP_CHAR_LEN("DisplayName"), ++i,nBound,::getCppuType((rtl::OUString*)0)… in OStyle()
339 …registerPropertyNoMember(MAP_CHAR_LEN(SC_UNO_PAGE_FTRBACKTRAN), ++i,nBound,::getBooleanCppuType() … in OStyle()
347 …registerPropertyNoMember(MAP_CHAR_LEN(SC_UNO_PAGE_FTRDYNAMIC), ++i,nBound,::getBooleanCppuType() ,… in OStyle()
348 …registerPropertyNoMember(MAP_CHAR_LEN(SC_UNO_PAGE_FTRON), ++i,nBound,::getBooleanCppuType() ,&bFa… in OStyle()
349 …registerPropertyNoMember(MAP_CHAR_LEN(SC_UNO_PAGE_FTRSHARED), ++i,nBound,::getBooleanCppuType() ,&… in OStyle()
389 …registerProperty(PROPERTY_HEIGHT, ++i,nBound,&m_aSize.Height, ::getCppuType((const sal_Int32*)0)… in OStyle()
414 …registerPropertyNoMember(PROPERTY_TOPMARGIN, ++i,nBound,::getCppuType((const sal_Int32*)0) ,&nMarg… in OStyle()
[all …]
/trunk/main/svtools/source/edit/
H A Dtextdoc.cxx174 sal_Bool TextCharAttribList::HasBoundingAttrib( sal_uInt16 nBound ) in HasBoundingAttrib() argument
182 if ( pAttr->GetEnd() < nBound ) in HasBoundingAttrib()
185 if ( ( pAttr->GetStart() == nBound ) || ( pAttr->GetEnd() == nBound ) ) in HasBoundingAttrib()
H A Dtextdoc.hxx67 sal_Bool HasBoundingAttrib( sal_uInt16 nBound );
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx388 sal_Int64 nBound = (sal_Int64)(pow( 10.0, nPrecision - 1.0 )+0.5); in emit() local
391 sal_Int64 nNumb = nFrac / nBound; in emit()
392 nFrac -= nNumb * nBound; in emit()
394 nBound /= 10; in emit()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx2116 sal_Bool CharAttribList::HasBoundingAttrib( sal_uInt16 nBound ) in HasBoundingAttrib() argument
2122 while ( pAttr && ( pAttr->GetEnd() >= nBound ) ) in HasBoundingAttrib()
2124 if ( ( pAttr->GetStart() == nBound ) || ( pAttr->GetEnd() == nBound ) ) in HasBoundingAttrib()
H A Deditdoc.hxx235 sal_Bool HasBoundingAttrib( sal_uInt16 nBound );
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx886 sal_Int64 nBound = (sal_Int64)(pow( 10.0, nPrecision - 1.0 )+0.5); in appendDouble() local
889 sal_Int64 nNumb = nFrac / nBound; in appendDouble()
890 nFrac -= nNumb * nBound; in appendDouble()
892 nBound /= 10; in appendDouble()

Completed in 125 milliseconds