Home
last modified time | relevance | path

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

/AOO42X/main/reportdesign/source/core/api/
H A DReportDefinition.cxx315 const sal_Int32 nBound = beans::PropertyAttribute::BOUND; in OStyle() local
319 …registerPropertyNoMember( PROPERTY_NAME, ++i,nBound,::getCppuType( static_cast< ::rtl::OUString *>… in OStyle()
321 …registerPropertyNoMember(PROPERTY_BACKCOLOR, ++i,nBound,::getCppuType((const sa… in OStyle()
324 …registerPropertyNoMember(PROPERTY_BACKGRAPHICLOCATION, ++i,nBound,::getCppuType((const style::Gra… in OStyle()
326 registerPropertyNoMember(PROPERTY_BACKTRANSPARENT, ++i,nBound,::getBooleanCppuType() ,&bTrue); in OStyle()
328 …registerPropertyNoMember(MAP_CHAR_LEN(SC_UNO_PAGE_BORDERDIST), ++i,nBound,::getCppuType((const sa… in OStyle()
329 …registerPropertyNoMember(MAP_CHAR_LEN(SC_UNO_PAGE_BOTTBORDER), ++i,nBound,::getCppuType((const ta… in OStyle()
330 …registerPropertyNoMember(MAP_CHAR_LEN(SC_UNO_PAGE_BOTTBRDDIST), ++i,nBound,::getCppuType((const sa… 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::OUStrin… in OStyle()
[all …]
/AOO42X/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 );
/AOO42X/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()
/AOO42X/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 );
/AOO42X/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()