Home
last modified time | relevance | path

Searched refs:bNative (Results 1 – 23 of 23) sorted by relevance

/trunk/main/sc/inc/
H A Ddpsdbtab.hxx47 sal_Bool bNative; member
49 ScImportSourceDesc() : nType(0), bNative(sal_False) {} in ScImportSourceDesc()
55 bNative == rOther.bNative; } in operator ==()
H A Dglobal.hxx467 sal_Bool bNative; member
/trunk/main/sc/source/core/data/
H A Dglobal2.cxx67 bNative(sal_False), in ScImportParam()
81 bNative (r.bNative), in ScImportParam()
112 bNative = r.bNative; in operator =()
128 bNative == rOther.bNative && in operator ==()
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx401 bool bNative(false); in ImplReadDIBBits() local
413bNative = ( ( 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()
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx484 sal_Bool bNative = ( BMP_FORMAT_8BIT_PAL == nFormat ); in WriteAccess() local
486 if( !bNative ) in WriteAccess()
520 if( bNative ) in WriteAccess()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx315 bool bNative = true; in getUseNativeDialog() local
352 bNative = bValue; in getUseNativeDialog()
372 return bNative; in getUseNativeDialog()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx675 if( bNative ) in GetScanline()
762 bNative = ( pAcc->GetScanlineFormat() == BMP_FORMAT_24BIT_TC_RGB ); in Write()
764 if( !bNative ) in Write()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.hxx97 sal_Bool bNative=sal_False)
104 sal_Bool bNative=sal_False)
H A Dcorbatype.cxx571 …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()
/trunk/main/sc/source/filter/xml/
H A DXMLExportDatabaseRanges.cxx131 sal_Bool bNative = sal_False; in WriteImportDescriptor() local
143 bNative = ::cppu::any2bool(aImportDescriptor[i].Value); in WriteImportDescriptor()
181 if (!bNative) in WriteImportDescriptor()
H A Dxmldrani.hxx86 sal_Bool bNative; member in ScXMLDatabaseRangeContext
128 void SetNative(const sal_Bool bTempNative) { bNative = bTempNative; } in SetNative()
H A Dxmldrani.cxx126 bNative(sal_True), in ScXMLDatabaseRangeContext()
340 aImportDescriptor[i].Value <<= bNative; in EndElement()
H A DXMLExportDataPilot.cxx868 if (!pImpSource->bNative) in WriteDataPilots()
H A Dxmldpimp.cxx402 aImportDesc.bNative = bIsNative; in EndElement()
/trunk/main/vcl/source/window/
H A Dstatus.cxx652 bool bNative = IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ); in ImplDrawProgress() local
657 if( ! bNative ) in ImplDrawProgress()
667 if( bNative ) in ImplDrawProgress()
/trunk/main/svtools/source/inc/
H A Djpeg.hxx93 sal_Bool bNative; member in JPEGWriter
/trunk/main/sc/source/ui/dbgui/
H A Ddapidata.cxx136 rDesc.bNative = ( nSelect == DP_TYPELIST_SQLNAT ); in GetValues()
/trunk/main/sc/source/core/tool/
H A Ddbcolect.cxx654 rImportParam.bNative = bDBNative; in GetImportParam()
664 bDBNative = rImportParam.bNative; in SetImportParam()
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx848 aImportDesc.bNative = aParam.bNative; in setPropertyValue()
980 aParam.bNative = pImportDesc->bNative; in getPropertyValue()
H A Ddatauno.cxx247 ScUnoHelpFunctions::SetBoolInAny( pArray[3].Value, rParam.bNative ); in FillProperties()
261 rParam.bNative = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in FillImportParam()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.hxx81 bool bRef=false, bool bNative=false, bool cppuUnoType=false)
H A Dcpputype.cxx876 bool bConst, bool bRef, bool bNative, bool cppuUnoType) in dumpType() argument
899 if (bNative) in dumpType()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx1473 aImportParam.bNative = sal_False; in UpdateImport()

Completed in 148 milliseconds