| /trunk/main/oox/source/dump/ |
| H A D | dumperbase.cxx | 298 void StringHelper::appendHex( OUStringBuffer& rStr, sal_uInt8 nData, bool bPrefix ) in appendHex() argument 301 if( bPrefix ) in appendHex() 306 void StringHelper::appendHex( OUStringBuffer& rStr, sal_Int8 nData, bool bPrefix ) in appendHex() argument 308 appendHex( rStr, static_cast< sal_uInt8 >( nData ), bPrefix ); in appendHex() 311 void StringHelper::appendHex( OUStringBuffer& rStr, sal_uInt16 nData, bool bPrefix ) in appendHex() argument 313 appendHex( rStr, static_cast< sal_uInt8 >( nData >> 8 ), bPrefix ); in appendHex() 317 void StringHelper::appendHex( OUStringBuffer& rStr, sal_Int16 nData, bool bPrefix ) in appendHex() argument 319 appendHex( rStr, static_cast< sal_uInt16 >( nData ), bPrefix ); in appendHex() 322 void StringHelper::appendHex( OUStringBuffer& rStr, sal_uInt32 nData, bool bPrefix ) in appendHex() argument 324 appendHex( rStr, static_cast< sal_uInt16 >( nData >> 16 ), bPrefix ); in appendHex() [all …]
|
| /trunk/main/oox/inc/oox/dump/ |
| H A D | dumperbase.hxx | 327 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_uInt8 nData, bool bPrefix = true … 328 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_Int8 nData, bool bPrefix = true … 329 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_uInt16 nData, bool bPrefix = true … 330 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_Int16 nData, bool bPrefix = true … 331 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_uInt32 nData, bool bPrefix = true … 332 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_Int32 nData, bool bPrefix = true … 333 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_uInt64 nData, bool bPrefix = true … 334 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_Int64 nData, bool bPrefix = true … 335 …static void appendHex( ::rtl::OUStringBuffer& rStr, double fData, bool bPrefix = true … 339 …static void appendShortHex( ::rtl::OUStringBuffer& rStr, sal_uInt8 nData, bool bPrefix = … [all …]
|
| /trunk/main/cpputools/source/registercomponent/ |
| H A D | registercomponent.cxx | 179 , bPrefix( sal_False ) in Options() 185 sal_Bool bPrefix; member 381 rOptions.bPrefix = sal_True; in parseOptions() 390 rOptions.bPrefix = sal_True; in parseOptions() 522 sal_Bool bPrefix, 537 sal_Bool bPrefix, in DoIt() argument 547 _bPrefix( bPrefix ), in DoIt() 816 aOptions.bPrefix, aOptions.sPrefix, in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
| /trunk/main/sw/source/core/text/ |
| H A D | txtfld.cxx | 354 SwFldPortion * lcl_NewMetaPortion(SwTxtAttr & rHint, const bool bPrefix) in lcl_NewMetaPortion() argument 363 pField->GetPrefixAndSuffix((bPrefix) ? &fix : 0, (bPrefix) ? 0 : &fix); in lcl_NewMetaPortion()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | cellsh3.cxx | 452 sal_Bool bPrefix = pDoc->ValidTabName( aBaseName ); in Execute() local 453 DBG_ASSERT(bPrefix, "ungueltiger Tabellenname"); in Execute() 464 if (bPrefix) in Execute()
|
| /trunk/main/sc/source/core/data/ |
| H A D | documen2.cxx | 826 sal_Bool bPrefix = ValidTabName( aName ); in CopyTab() local 827 DBG_ASSERT(bPrefix, "ungueltiger Tabellenname"); in CopyTab() 833 if (bPrefix) in CopyTab()
|
| H A D | document.cxx | 273 sal_Bool bPrefix = ValidTabName( aStrTable ); in CreateValidTabName() local 274 DBG_ASSERT(bPrefix, "Invalid table name"); in CreateValidTabName() 282 if (bPrefix) in CreateValidTabName()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unorefmk.cxx | 1602 lcl_getURI(const bool bPrefix) in lcl_getURI() argument 1612 return (bPrefix) ? xOdfPrefix : xOdfSuffix; in lcl_getURI()
|
| /trunk/main/tools/source/fsys/ |
| H A D | urlobj.cxx | 3872 bool bPrefix = true; in getAbbreviated() local 3914 if (bPrefix) in getAbbreviated() 3949 bPrefix = false; in getAbbreviated() 3956 while (bPrefix || bSuffix); in getAbbreviated()
|
| /trunk/main/cui/source/tabpages/ |
| H A D | numpages.cxx | 2566 sal_Bool bPrefix = pEdit == &aPrefixED; in IMPL_LINK() local 2575 if(bPrefix) in IMPL_LINK()
|