Searched refs:nBound (Results 1 – 7 of 7) sorted by relevance
| /AOO42X/main/reportdesign/source/core/api/ |
| H A D | ReportDefinition.cxx | 315 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 D | textdoc.cxx | 174 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 D | textdoc.hxx | 67 sal_Bool HasBoundingAttrib( sal_uInt16 nBound );
|
| /AOO42X/main/sdext/source/pdfimport/pdfparse/ |
| H A D | pdfentries.cxx | 388 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 D | editdoc.cxx | 2116 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 D | editdoc.hxx | 235 sal_Bool HasBoundingAttrib( sal_uInt16 nBound );
|
| /AOO42X/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.cxx | 886 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()
|