Searched refs:nBound (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 315 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 …]
|
/aoo4110/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 );
|
/aoo4110/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()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | editdoc.cxx | 2118 sal_Bool CharAttribList::HasBoundingAttrib( sal_uInt16 nBound ) in HasBoundingAttrib() argument 2124 while ( pAttr && ( pAttr->GetEnd() >= nBound ) ) in HasBoundingAttrib() 2126 if ( ( pAttr->GetStart() == nBound ) || ( pAttr->GetEnd() == nBound ) ) in HasBoundingAttrib()
|
H A D | editdoc.hxx | 234 sal_Bool HasBoundingAttrib( sal_uInt16 nBound );
|
/aoo4110/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()
|
Completed in 114 milliseconds