Home
last modified time | relevance | path

Searched refs:nFormat (Results 26 – 50 of 239) sorted by relevance

12345678910

/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx165 sal_Bool BitmapReadAccess::ImplSetAccessPointers( sal_uLong nFormat ) in ImplSetAccessPointers() argument
169 switch( nFormat ) in ImplSetAccessPointers()
499 const sal_uLong nFormat = BMP_SCANLINE_FORMAT( nSrcScanlineFormat ); in CopyScanline() local
502 DBG_ASSERT( ( HasPalette() && nFormat <= BMP_FORMAT_8BIT_PAL ) || in CopyScanline()
503 ( !HasPalette() && nFormat > BMP_FORMAT_8BIT_PAL ), in CopyScanline()
514 DBG_ASSERT( nFormat != BMP_FORMAT_8BIT_TC_MASK && in CopyScanline()
515nFormat != BMP_FORMAT_16BIT_TC_MSB_MASK && nFormat != BMP_FORMAT_16BIT_TC_LSB_MASK && in CopyScanline()
516 nFormat != BMP_FORMAT_24BIT_TC_MASK && nFormat != BMP_FORMAT_32BIT_TC_MASK, in CopyScanline()
522 switch( nFormat ) in CopyScanline()
/trunk/main/sw/source/ui/fldui/
H A Dfldref.cxx780 sal_uInt16 nFormat = FMT_REF_NUMBER - FMT_REF_BEGIN; in FillFormatLB() local
783 nFormat = FMT_REF_NUMBER_NO_CONTEXT - FMT_REF_BEGIN; in FillFormatLB()
784 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr( nTypeId, nFormat )); in FillFormatLB()
786 nFormat = FMT_REF_NUMBER_FULL_CONTEXT - FMT_REF_BEGIN; in FillFormatLB()
787 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr( nTypeId, nFormat )); in FillFormatLB()
846 sal_uLong nFormat; in FillItemSet() local
848 nFormat = aFormatLB.GetSelectEntryPos(); in FillItemSet()
850 if(nFormat == LISTBOX_ENTRY_NOTFOUND) in FillItemSet()
851 nFormat = 0; in FillItemSet()
853 nFormat = (sal_uLong)aFormatLB.GetEntryData((sal_uInt16)nFormat); in FillItemSet()
[all …]
H A Dflddinf.cxx354 sal_uLong nFormat = IsFldEdit() ? ((SwDocInfoField*)GetCurField())->GetFormat() : 0; in IMPL_LINK() local
368 if (!nFormat && (nNewType == NUMBERFORMAT_DATE || nNewType == NUMBERFORMAT_TIME)) in IMPL_LINK()
376 nFormat = pFormatter->GetFormatIndex( NF_DATE_SYSTEM_SHORT, eLang); in IMPL_LINK()
378nFormat = pFormatter->GetFormatIndex( NF_TIME_HHMM, eLang); in IMPL_LINK()
381 aFormatLB.SetDefFormat(nFormat); in IMPL_LINK()
386 aFormatLB.SetDefFormat(nFormat); in IMPL_LINK()
471 sal_uLong nFormat = 0; in FillItemSet() local
487 nFormat = aFormatLB.GetFormat(); in FillItemSet()
490 nOldFormat != nFormat || aFixedCB.GetState() != aFixedCB.GetSavedValue() in FillItemSet()
493 InsertFld(nTypeId, nSubType, aName, aEmptyStr, nFormat, in FillItemSet()
H A Dflddok.cxx612 sal_uLong nFormat = 0; in FillItemSet() local
619 nFormat = (sal_uInt16)(sal_uLong)aFormatLB.GetEntryData(nPos); in FillItemSet()
632 nFormat = nSubType; in FillItemSet()
636 nFormat |= aFixedCB.IsChecked() ? AF_FIXED : 0; in FillItemSet()
640 nFormat |= aFixedCB.IsChecked() ? FF_FIXED : 0; in FillItemSet()
646 nFormat = aNumFormatLB.GetFormat(); in FillItemSet()
660 if( SVX_NUM_CHAR_SPECIAL != nFormat && in FillItemSet()
679 nOldFormat != nFormat || in FillItemSet()
685 InsertFld( nTypeId, nSubType, aEmptyStr, aVal, nFormat, ' ', aNumFormatLB.IsAutomaticLanguage() ); in FillItemSet()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx495 sal_uInt32 nFormat = SotExchange::GetFormat( rFlavor ); in GetData() local
515 if( nFormat == FORMAT_GDIMETAFILE && mpGraphic ) in GetData()
523 else if( HasFormat( nFormat ) ) in GetData()
525 …if( ( nFormat == SOT_FORMATSTR_ID_LINKSRCDESCRIPTOR || nFormat == SOT_FORMATSTR_ID_OBJECTDESCRIPTO… in GetData()
529 else if( nFormat == SOT_FORMATSTR_ID_DRAWING ) in GetData()
558 else if( nFormat == FORMAT_GDIMETAFILE ) in GetData()
563 else if( FORMAT_BITMAP == nFormat || SOT_FORMATSTR_ID_PNG == nFormat ) in GetData()
568 else if( ( nFormat == FORMAT_STRING ) && mpBookmark ) in GetData()
572 else if( ( nFormat == SOT_FORMATSTR_ID_SVXB ) && mpGraphic ) in GetData()
576 else if( ( nFormat == SOT_FORMATSTR_ID_SVIM ) && mpImageMap ) in GetData()
[all …]
/trunk/main/svtools/source/filter/
H A DSvFilterOptionsDialog.cxx206 sal_uInt16 nFormat, nFilterCount = aGraphicFilter.pConfig->GetExportFormatCount(); in execute() local
207 for ( nFormat = 0; nFormat < nFilterCount; nFormat++ ) in execute()
209 … if ( aGraphicFilter.pConfig->GetExportInternalFilterName( nFormat ) == aInternalFilterName ) in execute()
212 if ( nFormat < nFilterCount ) in execute()
223 aFltCallDlgPara.aFilterExt = aGraphicFilter.pConfig->GetExportFormatShortName( nFormat ); in execute()
224 sal_Bool bIsPixelFormat( aGraphicFilter.pConfig->IsExportPixelFormat( nFormat ) ); in execute()
H A Dexportdialog.cxx90 nFormat = FORMAT_JPG; in GetFilterFormat()
92 nFormat = FORMAT_PNG; in GetFilterFormat()
94 nFormat = FORMAT_BMP; in GetFilterFormat()
96 nFormat = FORMAT_GIF; in GetFilterFormat()
98 nFormat = FORMAT_PBM; in GetFilterFormat()
100 nFormat = FORMAT_PGM; in GetFilterFormat()
102 nFormat = FORMAT_PPM; in GetFilterFormat()
104 nFormat = FORMAT_PCT; in GetFilterFormat()
106 nFormat = FORMAT_RAS; in GetFilterFormat()
123 return nFormat; in GetFilterFormat()
[all …]
/trunk/main/sc/source/ui/app/
H A Ddrwtrans.cxx392 sal_uInt32 nFormat = SotExchange::GetFormat( rFlavor ); in GetData() local
394 if ( bOleObj && nFormat != SOT_FORMAT_GDIMETAFILE ) in GetData()
422 if( HasFormat( nFormat ) ) in GetData()
424 …if ( nFormat == SOT_FORMATSTR_ID_LINKSRCDESCRIPTOR || nFormat == SOT_FORMATSTR_ID_OBJECTDESCRIPTOR… in GetData()
428 else if ( nFormat == SOT_FORMATSTR_ID_DRAWING ) in GetData()
432 else if ( nFormat == SOT_FORMAT_BITMAP in GetData()
433 || nFormat == SOT_FORMATSTR_ID_PNG in GetData()
434 || nFormat == SOT_FORMAT_GDIMETAFILE ) in GetData()
442 if ( nFormat == SOT_FORMAT_GDIMETAFILE ) in GetData()
447 else if ( nFormat == SOT_FORMATSTR_ID_SVXB ) in GetData()
[all …]
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx845 int nFormat; in getNativeTypeList() local
1036 int nFormat; in getPasteData() local
1284 int nFormat; in getPasteDataTypes() local
1465 return nFormat == 32 ? sizeof(long) : nFormat/8; in GetTrueFormatSize()
1565 int nFormat; in sendData() local
1869 int nFormat = 0; in handleReceivePropertyNotify() local
1880 &nType, &nFormat, in handleReceivePropertyNotify()
1887 nFormat, nItems ); in handleReceivePropertyNotify()
1909 &nType, &nFormat, in handleReceivePropertyNotify()
1916 nFormat, nBytes ); in handleReceivePropertyNotify()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdxcgv.hxx145 sal_Bool IsExchangeFormatSupported(sal_uIntPtr nFormat) const;
147 sal_Bool Cut( sal_uIntPtr nFormat = SDR_ANYFORMAT );
148 void CutMarked( sal_uIntPtr nFormat=SDR_ANYFORMAT );
150 sal_Bool Yank( sal_uIntPtr nFormat = SDR_ANYFORMAT );
151 void YankMarked( sal_uIntPtr nFormat=SDR_ANYFORMAT );
153 sal_Bool Paste( Window* pWin = NULL, sal_uIntPtr nFormat = SDR_ANYFORMAT );
154 …sal_Bool PasteClipboard( OutputDevice* pOut = NULL, sal_uIntPtr nFormat = SDR_ANYFORMAT…
/trunk/main/svx/source/gallery2/
H A Dgalmisc.cxx127 sal_uInt16 nFormat; in GalleryGraphicImport() local
129 …raphic, rURL.GetMainURL( INetURLObject::NO_DECODE ), *pIStm, GRFILTER_FORMAT_DONTKNOW, &nFormat ) ) in GalleryGraphicImport()
131 rFilterName = pGraphicFilter->GetImportFormatName( nFormat ); in GalleryGraphicImport()
581 sal_uInt32 nFormat = SotExchange::GetFormat( rFlavor ); in GetData() local
586 if( ( SOT_FORMATSTR_ID_DRAWING == nFormat ) && ( SGA_OBJ_SVDRAW == meObjectKind ) ) in GetData()
590 else if( ( SOT_FORMATSTR_ID_SVIM == nFormat ) && mpImageMap ) in GetData()
595 else if( ( FORMAT_FILE == nFormat ) && mpURL ) in GetData()
599 else if( ( SOT_FORMATSTR_ID_SVXB == nFormat ) && mpGraphicObject ) in GetData()
603 else if( ( FORMAT_GDIMETAFILE == nFormat ) && mpGraphicObject ) in GetData()
607 else if( ( FORMAT_BITMAP == nFormat ) && mpGraphicObject ) in GetData()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx1047 sal_Int32 nFormat; member
1062 nFormat(0), in SwFieldProperties_Impl()
1307 sal_Int32 nFormat = m_pProps->nFormat; in attachToRange() local
1313 uno::Any aFormat(&m_pProps->nFormat, ::getCppuType(&m_pProps->nFormat)); in attachToRange()
1322 m_pProps->nFormat); in attachToRange()
1323 uno::Any aFormat(&m_pProps->nFormat, ::getCppuType(&m_pProps->nFormat)); in attachToRange()
1439 sal_Int32 nFormat = 0; in attachToRange() local
1441 nFormat = AF_FIXED; in attachToRange()
1461 m_pProps->nFormat); in attachToRange()
1485 m_pProps->nFormat, in attachToRange()
[all …]
/trunk/main/basic/source/runtime/
H A Dstdobj1.cxx368 sal_uInt16 nFormat = pPar_->Get(1)->GetInteger(); in MethGetData() local
369 if( !nFormat || nFormat > 3 ) in MethGetData()
399 sal_uInt16 nFormat = pPar_->Get(1)->GetInteger(); in MethGetFormat() local
400 if( !nFormat || nFormat > 3 ) in MethGetFormat()
432 sal_uInt16 nFormat = pPar_->Get(2)->GetInteger(); in MethSetData() local
433 if( !nFormat || nFormat > 3 ) in MethSetData()
/trunk/main/sw/source/core/fields/
H A Dfldbas.cxx192 , nFormat( nFmt ) in SwField()
399 nFormat = n; in ChangeFormat()
461 String FormatNumber(sal_uInt16 nNum, sal_uInt32 nFormat) in FormatNumber() argument
463 if(SVX_NUM_PAGEDESC == nFormat) in FormatNumber()
467 ASSERT(nFormat != SVX_NUM_NUMBER_NONE, "Falsches Nummern-Format" ); in FormatNumber()
469 aNumber.SetNumberingType((sal_Int16)nFormat); in FormatNumber()
643 sal_uInt32 nFormat = nFmt; in GetSystemFormat() local
645 nFormat, pEntry->GetLanguage(), nLng); in GetSystemFormat()
646 nFmt = nFormat; in GetSystemFormat()
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbooks.cxx318 sal_Int16 nFormat = 0; // default indicator in Open() local
323 Format >>= nFormat; // val of nFormat overwritten if extracted in Open()
325 if ( nFormat < 1 || nFormat > 6 ) in Open()
331 if ( nFormat > 0 && nFormat < CUSTOM_CHAR ) in Open()
333 nDelim = delims[ nFormat ]; in Open()
335 else if ( nFormat > CUSTOM_CHAR ) in Open()
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx104 SAL_DLLPRIVATE sal_Bool ImplSetAccessPointers( sal_uLong nFormat );
455 const sal_uLong nFormat = BMP_SCANLINE_FORMAT( mpBuffer->mnFormat ); in HasColorMask() local
457 return( nFormat == BMP_FORMAT_8BIT_TC_MASK || in HasColorMask()
458 nFormat == BMP_FORMAT_16BIT_TC_MSB_MASK || in HasColorMask()
459 nFormat == BMP_FORMAT_16BIT_TC_LSB_MASK || in HasColorMask()
460 nFormat == BMP_FORMAT_24BIT_TC_MASK || in HasColorMask()
461 nFormat == BMP_FORMAT_32BIT_TC_MASK ); in HasColorMask()
/trunk/main/chart2/source/controller/main/
H A DChartTransferable.cxx88 sal_uInt32 nFormat = SotExchange::GetFormat( rFlavor ); in GetData() local
91 if( HasFormat( nFormat )) in GetData()
93 if ( nFormat == SOT_FORMATSTR_ID_DRAWING ) in GetData()
97 else if ( nFormat == FORMAT_GDIMETAFILE ) in GetData()
102 else if( nFormat == FORMAT_BITMAP ) in GetData()
/trunk/main/sc/source/core/tool/
H A Dchartarr.cxx267 sal_uInt32 nFormat; in CreateMemChartSingle() local
269 aRows[nRow], nTab1, nFormat ); in CreateMemChartSingle()
270 nVal = pDocument->RoundValueAsShown( nVal, nFormat ); in CreateMemChartSingle()
430 sal_uLong nFormat = pDocument->GetNumberFormat( *pPos ); in CreateMemChartMulti() local
431 nVal = pDocument->RoundValueAsShown( nVal, nFormat ); in CreateMemChartMulti()
463 sal_uLong nFormat = pDocument->GetNumberFormat( *pPos ); in CreateMemChartMulti() local
464 nVal = pDocument->RoundValueAsShown( nVal, nFormat ); in CreateMemChartMulti()
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx835 xub_StrLen nFormat = STRING_LEN; in _UnitUp() local
838 if( nFormat != STRING_LEN && !IsFollow() ) in _UnitUp()
859 nFormat = GetOfst(); in _UnitUp()
863 if( nFormat > nDiff ) in _UnitUp()
864 nFormat = nFormat - nDiff; in _UnitUp()
866 nFormat = 0; in _UnitUp()
1231 xub_StrLen nFormat = STRING_LEN; in _UnitDown() local
1234 if( nFormat != STRING_LEN && !IsFollow() && in _UnitDown()
1240 nFormat = aLine.GetEnd(); in _UnitDown()
1303 if( nFormat <= GetOfst() ) in _UnitDown()
[all …]
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx96 #define CHECK_FORMAT_TRANS( _def_Type ) ( ( nFormat == (_def_Type) || !nFormat ) && aDataHelper.Has…
288 sal_uLong nFormat, sal_uInt16 nPage, sal_uInt16 nLayer ) in InsertData() argument
356 if( !bLink && (!nFormat || (nFormat == SOT_FORMAT_RTF)) ) in InsertData()
374 nFormat = FORMAT_RTF; in InsertData()
386 if( pOwnData && !nFormat ) in InsertData()
873 … ( aDataHelper.GetInputStream( nFormat ? nFormat : SOT_FORMATSTR_ID_EMBED_SOURCE, xStm ) || in InsertData()
1058 if( (nFormat != 0) || !aDataHelper.HasFormat( FORMAT_GDIMETAFILE ) ) in InsertData()
1068 … if ( aDataHelper.GetInputStream( nFormat ? nFormat : SOT_FORMATSTR_ID_EMBED_SOURCE_OLE, xStm ) || in InsertData()
1270 …bReturn = InsertMetaFile( aDataHelper, aInsertPos, pImageMap, nFormat == 0 ? true : false ) ? sal_… in InsertData()
1502 if( ( FORMAT_STRING == nFormat ) || in InsertData()
/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx122 void SetFormat( SCCOL nCol, SCROW nRow, SCTAB nTab, sal_uInt8 nFormat, sal_uInt8 nSt ) in SetFormat() argument
125 pDoc->ApplyAttr( nCol, nRow, nTab, *( pValueFormCache->GetAttr( nFormat, nSt ) ) ); in SetFormat()
129 aAttr.SetProtection( nFormat & 0x80 ); in SetFormat()
202 SfxUInt32Item* FormCache::NewAttr( sal_uInt8 nFormat, sal_uInt8 nSt ) in NewAttr() argument
206 sal_uInt8 nForm = nFormat; in NewAttr()
220 nL = nFormat & 0x0F; in NewAttr()
221 nH = ( nFormat & 0xF0 ) / 16; in NewAttr()
/trunk/main/sot/inc/sot/
H A Dexchange.hxx192 static String GetFormatName( sal_uLong nFormat );
193 …static sal_Bool GetFormatDataFlavor( sal_uLong nFormat, ::com::sun::star::datatransfer::DataFlavor…
194 static String GetFormatMimeType( sal_uLong nFormat );
202 static SotFormatStringId GetFormatStringId( sal_uLong nFormat ) in GetFormatStringId() argument
203 { return nFormat; } in GetFormatStringId()
/trunk/main/fpicker/source/win32/filepicker/
H A Dhelppopupwindow.cxx202 UINT nFormat = DT_WORDBREAK | DT_CALCRECT | DT_EXTERNALLEADING | DT_LEFT; in calcWindowRect() local
205 nFormat |= DT_SINGLELINE; in calcWindowRect()
212 nFormat ); in calcWindowRect()
378 UINT nFormat = DT_WORDBREAK | DT_EXTERNALLEADING | DT_LEFT; in onPaint() local
381 nFormat |= DT_SINGLELINE; in onPaint()
388 nFormat ); in onPaint()
/trunk/main/svtools/source/misc/
H A Dembedtransfer.cxx93 sal_uInt32 nFormat = SotExchange::GetFormat( rFlavor ); in GetData() local
94 if( HasFormat( nFormat ) ) in GetData()
96 if( nFormat == SOT_FORMATSTR_ID_OBJECTDESCRIPTOR ) in GetData()
102 else if( nFormat == SOT_FORMATSTR_ID_EMBED_SOURCE ) in GetData()
156 else if ( nFormat == FORMAT_GDIMETAFILE && m_pGraphic ) in GetData()
/trunk/main/canvas/source/cairo/
H A Dcairo_xlib_cairo.cxx211 int nFormat; in getSimilar() local
216 nFormat = PictStandardA8; in getSimilar()
219 nFormat = PictStandardRGB24; in getSimilar()
223 nFormat = PictStandardARGB32; in getSimilar()
227 pFormat = XRenderFindStandardFormat( (Display*)maSysData.pDisplay, nFormat ); in getSimilar()

Completed in 206 milliseconds

12345678910