/aoo41x/main/sc/inc/ |
H A D | dpsdbtab.hxx | 47 sal_Bool bNative; member 49 ScImportSourceDesc() : nType(0), bNative(sal_False) {} in ScImportSourceDesc() 55 bNative == rOther.bNative; } in operator ==()
|
H A D | global.hxx | 467 sal_Bool bNative; member
|
/aoo41x/main/sc/source/core/data/ |
H A D | global2.cxx | 67 bNative(sal_False), in ScImportParam() 81 bNative (r.bNative), in ScImportParam() 112 bNative = r.bNative; in operator =() 128 bNative == rOther.bNative && in operator ==()
|
/aoo41x/main/filter/source/graphicfilter/egif/ |
H A D | egif.cxx | 484 sal_Bool bNative = ( BMP_FORMAT_8BIT_PAL == nFormat ); in WriteAccess() local 486 if( !bNative ) in WriteAccess() 520 if( bNative ) in WriteAccess()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | dibtools.cxx | 401 bool bNative(false); in ImplReadDIBBits() local 413 …bNative = ( ( static_cast< bool >(rAcc.IsBottomUp()) != bTopDown ) && !bRLE && !bTCMask && ( rAcc.… in ImplReadDIBBits() 424 if(bNative) in ImplReadDIBBits() 1007 bool bNative(false); in ImplWriteDIBBits() local 1018 bNative = true; in ImplWriteDIBBits() 1032 if(bNative) in ImplWriteDIBBits()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salprn.cxx | 315 bool bNative = true; in getUseNativeDialog() local 352 bNative = bValue; in getUseNativeDialog() 372 return bNative; in getUseNativeDialog()
|
/aoo41x/main/svtools/source/filter/jpeg/ |
H A D | jpeg.cxx | 675 if( bNative ) in GetScanline() 762 bNative = ( pAcc->GetScanlineFormat() == BMP_FORMAT_24BIT_TC_RGB ); in Write() 764 if( !bNative ) in Write()
|
/aoo41x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.hxx | 97 sal_Bool bNative=sal_False) 104 sal_Bool bNative=sal_False)
|
H A D | corbatype.cxx | 571 …ring CorbaType::printUnoType(const OString& type, sal_Bool bConst, sal_Bool bRef, sal_Bool bNative) in printUnoType() argument 594 if (bNative) in printUnoType() 627 sal_Bool bConst, sal_Bool bRef, sal_Bool bNative) in dumpUnoType() argument 630 OString ret = printUnoType(type, bConst, bRef, bNative); in dumpUnoType()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmldrani.hxx | 86 sal_Bool bNative; member in ScXMLDatabaseRangeContext 128 void SetNative(const sal_Bool bTempNative) { bNative = bTempNative; } in SetNative()
|
H A D | XMLExportDatabaseRanges.cxx | 131 sal_Bool bNative = sal_False; in WriteImportDescriptor() local 143 bNative = ::cppu::any2bool(aImportDescriptor[i].Value); in WriteImportDescriptor() 181 if (!bNative) in WriteImportDescriptor()
|
H A D | xmldrani.cxx | 126 bNative(sal_True), in ScXMLDatabaseRangeContext() 340 aImportDescriptor[i].Value <<= bNative; in EndElement()
|
H A D | XMLExportDataPilot.cxx | 868 if (!pImpSource->bNative) in WriteDataPilots()
|
H A D | xmldpimp.cxx | 402 aImportDesc.bNative = bIsNative; in EndElement()
|
/aoo41x/main/svtools/source/inc/ |
H A D | jpeg.hxx | 93 sal_Bool bNative; member in JPEGWriter
|
/aoo41x/main/vcl/source/window/ |
H A D | status.cxx | 652 bool bNative = IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ); in ImplDrawProgress() local 657 if( ! bNative ) in ImplDrawProgress() 667 if( bNative ) in ImplDrawProgress()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | dapidata.cxx | 137 rDesc.bNative = ( nSelect == DP_TYPELIST_SQLNAT ); in GetValues()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | dbcolect.cxx | 654 rImportParam.bNative = bDBNative; in GetImportParam() 664 bDBNative = rImportParam.bNative; in SetImportParam()
|
/aoo41x/main/codemaker/source/cppumaker/ |
H A D | cpputype.hxx | 81 bool bRef=false, bool bNative=false, bool cppuUnoType=false)
|
H A D | cpputype.cxx | 876 bool bConst, bool bRef, bool bNative, bool cppuUnoType) in dumpType() argument 899 if (bNative) in dumpType()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | dapiuno.cxx | 848 aImportDesc.bNative = aParam.bNative; in setPropertyValue() 980 aParam.bNative = pImportDesc->bNative; in getPropertyValue()
|
H A D | datauno.cxx | 247 ScUnoHelpFunctions::SetBoolInAny( pArray[3].Value, rParam.bNative ); in FillProperties() 261 rParam.bNative = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in FillImportParam()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 1473 aImportParam.bNative = sal_False; in UpdateImport()
|