Home
last modified time | relevance | path

Searched refs:nFormat (Results 101 – 125 of 239) sorted by relevance

12345678910

/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx922 sal_uLong nFormat = pDlg->GetFormat( aDataHelper.GetTransferable() ); in ExecClpbrd() local
924 if (nFormat > 0) in ExecClpbrd()
926 if (nFormat == SOT_FORMAT_STRING) in ExecClpbrd()
937 sal_uLong nFormat = 0; in ExecClpbrd() local
942 nFormat = ((const SfxUInt32Item*)pItem)->GetValue(); in ExecClpbrd()
945 if ( nFormat ) in ExecClpbrd()
947 if (SOT_FORMAT_STRING == nFormat) in ExecClpbrd()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx244 sal_uLong nFormat = pPattern->GetNumberFormat( pFormatter, pCondSet ); in GetNeededSize() local
246 if ( bBreak && pCell->HasValueData() && ( nFormat % SV_COUNTRY_LANGUAGE_OFFSET ) == 0 ) in GetNeededSize()
250 …( static_cast<ScFormulaCell*>(pCell)->GetStandardFormat(*pFormatter, nFormat) % SV_COUNTRY_LANGUAG… in GetNeededSize()
338 ScCellFormat::GetString( pCell, nFormat, aValStr, &pColor, in GetNeededSize()
502 ScCellFormat::GetString( pCell, nFormat, aString, &pColor, in GetNeededSize()
640 sal_uLong nFormat = pPattern->GetNumberFormat( pFormatter ); in GetSimpleTextNeededSize() local
641 ScCellFormat::GetString( pCell, nFormat, aValStr, &pColor, in GetSimpleTextNeededSize()
H A Ddptablecache.cxx207 sal_uLong nFormat = NUMBERFORMAT_NUMBER; in ScDPItemData() local
209 nFormat = pFormatter->GetType( nNumFormat ); in ScDPItemData()
213 lcl_isDate( nFormat ) ? ( mbFlag |= MK_DATE ) : (mbFlag &= ~MK_DATE); in ScDPItemData()
995 sal_uLong ScDPTableDataCache::GetNumType(sal_uLong nFormat) const in GetNumType()
1000 nType = pFormatter->GetType( nFormat ); in GetNumType()
H A Ddociter.cxx217 void lcl_IterGetNumberFormat( sal_uLong& nFormat, const ScAttrArray*& rpArr, in lcl_IterGetNumberFormat() argument
226 nFormat = pPattern->GetNumberFormat( pDoc->GetFormatTable() ); in lcl_IterGetNumberFormat()
1436 sal_uLong nFormat = pCol->GetNumberFormat( pItems[nLo].nRow); in BinarySearch() local
1437 ScCellFormat::GetInputString( pItems[nLo].pCell, nFormat, aCellStr, in BinarySearch()
1466 sal_uLong nFormat = pCol->GetNumberFormat( pItems[nLastInRange].nRow); in BinarySearch() local
1467 ScCellFormat::GetInputString( pCell, nFormat, aLastInRangeString, in BinarySearch()
1568 sal_uLong nFormat = pCol->GetNumberFormat( pItems[i].nRow); in BinarySearch() local
1569 ScCellFormat::GetInputString( pItems[i].pCell, nFormat, aCellStr, in BinarySearch()
H A Dglobal.cxx196 sal_uLong nFormat, short nType ) in GetStandardFormat() argument
198 const SvNumberformat* pFormat = rFormatter.GetEntry( nFormat ); in GetStandardFormat()
200 return rFormatter.GetStandardFormat( nFormat, nType, pFormat->GetLanguage() ); in GetStandardFormat()
205 sal_uLong nFormat, short nType ) in GetStandardFormat() argument
207 const SvNumberformat* pFormat = rFormatter.GetEntry( nFormat ); in GetStandardFormat()
209 return rFormatter.GetStandardFormat( fNumber, nFormat, nType, in GetStandardFormat()
/trunk/main/sc/inc/
H A Dcellform.hxx47 static void GetString( ScBaseCell* pCell, sal_uLong nFormat, String& rString,
53 static void GetInputString( ScBaseCell* pCell, sal_uLong nFormat, String& rString,
H A Dzforauto.hxx43 ScNumFormatAbbrev(sal_uLong nFormat, SvNumberFormatter& rFormatter);
46 void PutFormatIndex(sal_uLong nFormat, SvNumberFormatter& rFormatter);
H A Dcell.hxx461 sal_uLong GetStandardFormat( SvNumberFormatter& rFormatter, sal_uLong nFormat ) const;
522 inline String GetStringFromCell( const ScBaseCell * pCell, sal_uLong nFormat, SvNumberFormatter* pF… in GetStringFromCell() argument
528 …ScCellFormat::GetString( const_cast<ScBaseCell*>(pCell), nFormat, strResult, &pColor, *(pFormatter… in GetStringFromCell()
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx184 long nFormat[ 2 ]; in Create() local
191 GpiQueryDeviceBitmapFormats( hPS, 2L, (PLONG) &nFormat ); in Create()
192 aInfoHeader.cPlanes = nFormat[ 0 ]; in Create()
193 aInfoHeader.cBitCount = nFormat[ 1 ]; in Create()
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx195 sal_uInt32 nFormat = pClipDoc->GetNumberFormat(aCellPos); in lcl_CopyData() local
196 if ( (nFormat % SV_COUNTRY_LANGUAGE_OFFSET) == 0 ) in lcl_CopyData()
202 … sal_uInt32 nNewFormat = pFCell->GetStandardFormat( *pClipDoc->GetFormatTable(), nFormat ); in lcl_CopyData()
203 if ( nNewFormat != nFormat ) in lcl_CopyData()
/trunk/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx362 Gdiplus::PixelFormat nFormat = hasAlpha() ? PixelFormat32bppARGB : PixelFormat32bppRGB; in getBitmap() local
367 nFormat, in getBitmap()
379 Gdiplus::PixelFormat nFormat = hasAlpha() ? PixelFormat32bppARGB : PixelFormat32bppRGB; in getBitmap() local
384 nFormat, in getBitmap()
H A Ddx_5rm.cxx1560 unsigned int nFormat; in getDisplayFormat() local
1561nFormat = ::canvas::tools::bitcount32(maSelectedFullscreenMode.selectedDesc.ddpfPixelFormat.dwRGB… in getDisplayFormat()
1562nFormat |= ::canvas::tools::bitcount32(maSelectedFullscreenMode.selectedDesc.ddpfPixelFormat.dwRBi… in getDisplayFormat()
1563nFormat |= ::canvas::tools::bitcount32(maSelectedFullscreenMode.selectedDesc.ddpfPixelFormat.dwGBi… in getDisplayFormat()
1564nFormat |= ::canvas::tools::bitcount32(maSelectedFullscreenMode.selectedDesc.ddpfPixelFormat.dwBBi… in getDisplayFormat()
1565 return nFormat; in getDisplayFormat()
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx352 int nFormat = -1; in ParseCMAP() local
396 nFormat = nTmpFormat; in ParseCMAP()
412 if( (nFormat == 4) && ((nOffset+16) < nLength) ) in ParseCMAP()
451 else if( (nFormat == 12) && ((nOffset+16) < nLength) ) in ParseCMAP()
/trunk/main/vcl/inc/vcl/
H A Dcvtgrf.hxx56 static sal_uLong Import( SvStream& rIStm, Graphic& rGraphic, sal_uLong nFormat = CVT_UNKNOWN );
57 static sal_uLong Export( SvStream& rOStm, const Graphic& rGraphic, sal_uLong nFormat );
H A Dsalctype.hxx67 ConvertData( const Graphic& rGraphic, SvStream& rStm, sal_uLong nFormat ) : in ConvertData()
68 maGraphic( rGraphic ), mrStm( rStm ), mnFormat( nFormat ) {} in ConvertData()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupExchange.cxx59 sal_uLong nFormat = SotExchange::GetFormat(rFlavor); in GetData() local
60 if(nFormat == OGroupExchange::getReportGroupId() ) in GetData()
/trunk/main/svtools/inc/svtools/
H A Dinetimg.hxx76 sal_Bool Write( SvStream& rOStm, sal_uLong nFormat ) const;
77 sal_Bool Read( SvStream& rIStm, sal_uLong nFormat );
H A Dimap.hxx136 void Write( SvStream& rOStm, sal_uLong nFormat, const String& rBaseURL ) const;
137 sal_uLong Read( SvStream& rIStm, sal_uLong nFormat, const String& rBaseURL );
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableRowExchange.cxx74 sal_uLong nFormat = SotExchange::GetFormat(rFlavor); in GetData() local
75 if(nFormat == SOT_FORMATSTR_ID_SBA_TABED) in GetData()
/trunk/main/svtools/source/misc/
H A Dstringtransfer.cxx55 sal_uInt32 nFormat = SotExchange::GetFormat( _rFlavor ); in GetData() local
56 if (SOT_FORMAT_STRING == nFormat) in GetData()
/trunk/main/sfx2/source/appl/
H A Dappdde.cxx648 DdeData* SfxDdeDocTopic_Impl::Get( sal_uIntPtr nFormat ) in Get() argument
650 String sMimeType( SotExchange::GetFormatMimeType( nFormat )); in Get()
655 aData = DdeData( aSeq.getConstArray(), aSeq.getLength(), nFormat ); in Get()
/trunk/main/sw/inc/
H A Dswbaslnk.hxx56 SwBaseLink( sal_uInt16 nMode, sal_uInt16 nFormat, SwCntntNode* pNode = 0 ) in SwBaseLink() argument
57 : ::sfx2::SvBaseLink( nMode, nFormat ), pCntntNode( pNode ), in SwBaseLink()
/trunk/main/editeng/source/uno/
H A Dunofield.cxx190 static sal_Int16 getFileNameDisplayFormat( SvxFileFormat nFormat ) in getFileNameDisplayFormat() argument
192 switch( nFormat ) in getFileNameDisplayFormat()
202 static SvxFileFormat setFileNameDisplayFormat( sal_Int16 nFormat ) in setFileNameDisplayFormat() argument
204 switch( nFormat ) in setFileNameDisplayFormat()
/trunk/main/xmloff/inc/
H A Dtxtfldi.hxx681 sal_Int32 nFormat; member in XMLDateTimeDocInfoImportContext
743 sal_Int32 nFormat; member in XMLUserDocInfoImportContext
886 sal_Int16 nFormat; member in XMLFileNameImportContext
917 sal_Int16 nFormat; member in XMLTemplateNameImportContext
947 sal_Int16 nFormat; member in XMLChapterImportContext
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinExchange.cxx150 sal_uInt32 nFormat = SotExchange::GetFormat(rFlavor); in GetData() local
151 if ( SOT_FORMATSTR_ID_SBA_JOIN == nFormat ) in GetData()

Completed in 125 milliseconds

12345678910