| /AOO42X/main/svl/source/numbers/ |
| H A D | zforlist.cxx | 460 SvNumberformat* pFormat = (SvNumberformat*) aFTable.Get(F_Index); in IsTextFormat() local 461 if (!pFormat) in IsTextFormat() 464 return pFormat->IsTextFormat(); in IsTextFormat() 469 SvNumberformat* pFormat = (SvNumberformat*) aFTable.Get(F_Index); in HasTextFormat() local 470 if (!pFormat) in HasTextFormat() 473 return pFormat->HasTextFormat(); in HasTextFormat() 632 const SvNumberformat* pFormat = GetEntry( nKey); in GetIndexPuttingAndConverting() local 633 if (!pFormat->HasNewCurrency()) in GetIndexPuttingAndConverting() 655 SvNumberformat* pFormat = aFTable.First(); in PrepareSave() local 656 while (pFormat) in PrepareSave() [all …]
|
| H A D | zforfind.cxx | 645 const SvNumberformat* pFormat ) in GetCurrency() argument 651 LanguageType eLang = (pFormat ? pFormat->GetLanguage() : in GetCurrency() 661 if ( pFormat ) in GetCurrency() 664 if ( pFormat->GetNewCurrencySymbol( aSymbol, aExtension ) ) in GetCurrency() 970 const SvNumberformat* pFormat ) in GetDateRef() argument 975 if ( pFormat && ((pFormat->GetType() & NUMBERFORMAT_DATE) == NUMBERFORMAT_DATE) ) in GetDateRef() 1014 DateFmt = pFormat->GetDateOrder(); in GetDateRef() 1025 DateFmt = pFormat->GetDateOrder(); in GetDateRef() 1037 DateFmt = pFormat->GetDateOrder(); in GetDateRef() 1074 if ( pFormat->IsOtherCalendar( nStringScanNumFor ) ) in GetDateRef() [all …]
|
| H A D | numfmuno.cxx | 445 const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL; in getByKey() local 446 if (pFormat) in getByKey() 755 const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL; in getPropertyValue() local 756 if (pFormat) in getPropertyValue() 764 aRet <<= rtl::OUString( pFormat->GetFormatstring() ); in getPropertyValue() 769 pFormat->GetLanguage())); in getPropertyValue() 774 aRet <<= (sal_Int16)( pFormat->GetType() ); in getPropertyValue() 778 aRet <<= rtl::OUString( pFormat->GetComment() ); in getPropertyValue() 788 sal_Bool bUserDef = ( ( pFormat->GetType() & NUMBERFORMAT_DEFINED ) != 0 ); in getPropertyValue() 793 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue() [all …]
|
| H A D | zforfind.hxx | 54 … const SvNumberformat* pFormat = NULL /// optional a number format to which compare against 204 const SvNumberformat* pFormat = NULL ); // optional number format to match against 235 const SvNumberformat* pFormat = NULL ); // optional number format to match against 239 const SvNumberformat* pFormat = NULL ); 243 const SvNumberformat* pFormat = NULL ); 246 const SvNumberformat* pFormat = NULL ); 257 const SvNumberformat* pFormat, 271 const SvNumberformat* pFormat = NULL // optional number format to match against
|
| /AOO42X/main/sc/source/ui/miscdlgs/ |
| H A D | scuiautofmt.cxx | 96 pFormat ( pAutoFormat ), in ScAutoFormatDlg() 103 pWndPreview->NotifyChange( (*pFormat)[0] ); in ScAutoFormatDlg() 144 nCount = pFormat->GetCount(); in Init() 148 ((*pFormat)[i])->GetName( aEntry ); in Init() 174 ScAutoFormatData* pData = (*pFormat)[nIndex]; in UpdateChecks() 216 ScAutoFormatData* pData = (*pFormat)[nIndex]; in IMPL_LINK_INLINE_END() 272 bFmtInserted = pFormat->Insert( pNewData ); in IMPL_LINK() 276 sal_uInt16 nAt = pFormat->IndexOf( pNewData ); in IMPL_LINK() 342 pFormat->AtFree( nIndex ); // in der Core loeschen in IMPL_LINK() 376 for( n = 0; n < pFormat->GetCount(); ++n ) in IMPL_LINK() [all …]
|
| /AOO42X/main/starmath/source/ |
| H A D | cfgitem.cxx | 425 pFormat = 0; in SmMathConfig() 437 delete pFormat; in ~SmMathConfig() 978 if (!pFormat) in LoadFormat() 979 pFormat = new SmFormat; in LoadFormat() 997 pFormat->SetTextmode( bTmp ); in LoadFormat() 1001 pFormat->SetGreekCharStyle( nTmp16 ); in LoadFormat() 1005 pFormat->SetScaleNormalBrackets( bTmp ); in LoadFormat() 1009 pFormat->SetHorAlign( (SmHorAlign) nTmp16 ); in LoadFormat() 1013 pFormat->SetBaseSize( Size(0, SmPtsTo100th_mm( nTmp16 )) ); in LoadFormat() 1020 pFormat->SetRelSize( i, nTmp16 ); in LoadFormat() [all …]
|
| H A D | rect.cxx | 138 void SmRect::BuildRect(const OutputDevice &rDev, const SmFormat *pFormat, in BuildRect() argument 204 if (pFormat) in BuildRect() 206 * pFormat->GetDistance(DIS_ORNAMENTSIZE)) / 100L; in BuildRect() 233 void SmRect::Init(const OutputDevice &rDev, const SmFormat *pFormat, in Init() argument 237 BuildRect(rDev, pFormat, rText, nEBorderWidth); in Init() 241 SmRect::SmRect(const OutputDevice &rDev, const SmFormat *pFormat, in SmRect() argument 247 Init(rDev, pFormat, rText, (sal_uInt16) nEBorderWidth); in SmRect()
|
| /AOO42X/main/dbaccess/source/ui/control/ |
| H A D | FieldDescControl.cxx | 165 ,pFormat(NULL) in DBG_NAME() 215 ,pFormat(NULL) in OFieldDescControl() 365 …Required, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pScale, pFormat, m_pColumnName, m… in CheckScrollBars() 489 ScrollAggregate(pFormatText,pFormatSample,pFormat,nDeltaX, nDeltaY); in ScrollAllAggregates() 496 …Required, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pScale, pFormat, m_pColumnName, m… in CountActiveAggregates() 507 …Required, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pScale, pFormat, m_pColumnName, m… in GetMaxControlHeight() 531 , pFormat}; in SetReadOnly() 861 pFormat->SetZOrder(pZOrderPredecessor, WINDOW_ZORDER_BEHIND); in ArrangeAggregates() 862 pZOrderPredecessor = pFormat; in ArrangeAggregates() 870 if (pFormat) in ArrangeAggregates() [all …]
|
| /AOO42X/main/oox/source/drawingml/chart/ |
| H A D | objectformatter.cxx | 1094 if( ObjectTypeFormatter* pFormat = mxData->getTypeFormatter( eObjType ) ) in convertFrameFormatting() local 1095 pFormat->convertFrameFormatting( rPropSet, rxShapeProp, 0, nSeriesIdx ); in convertFrameFormatting() 1100 if( ObjectTypeFormatter* pFormat = mxData->getTypeFormatter( eObjType ) ) in convertFrameFormatting() local 1101 pFormat->convertFrameFormatting( rPropSet, rxShapeProp, &rPicOptions, nSeriesIdx ); in convertFrameFormatting() 1106 if( ObjectTypeFormatter* pFormat = mxData->getTypeFormatter( eObjType ) ) in convertTextFormatting() local 1107 pFormat->convertTextFormatting( rPropSet, rxTextProp ); in convertTextFormatting() 1112 if( ObjectTypeFormatter* pFormat = mxData->getTypeFormatter( eObjType ) ) in convertFormatting() local 1113 pFormat->convertFormatting( rPropSet, rxShapeProp, rxTextProp ); in convertFormatting() 1118 if( ObjectTypeFormatter* pFormat = mxData->getTypeFormatter( eObjType ) ) in convertTextFormatting() local 1119 pFormat->convertTextFormatting( rPropSet, rTextProps ); in convertTextFormatting() [all …]
|
| /AOO42X/main/sw/source/core/undo/ |
| H A D | SwUndoPageDesc.cxx | 162 SwFrmFmt* pFormat = new SwFrmFmt( *rNewHead.GetHeaderFmt() ); in SwUndoPageDesc() local 164 SwFmtHeader aFmtHeader( pFormat ); in SwUndoPageDesc() 167 pFormat = new SwFrmFmt( *rNewDesc.GetLeft().GetHeader().GetHeaderFmt() ); in SwUndoPageDesc() 169 SwFmtHeader aFormatHeader( pFormat ); in SwUndoPageDesc() 175 SwFrmFmt* pFormat = new SwFrmFmt( *rNewFoot.GetFooterFmt() ); in SwUndoPageDesc() local 177 SwFmtFooter aFmtFooter( pFormat ); in SwUndoPageDesc() 180 pFormat = new SwFrmFmt( *rNewDesc.GetLeft().GetFooter().GetFooterFmt() ); in SwUndoPageDesc() 182 SwFmtFooter aFormatFooter( pFormat ); in SwUndoPageDesc()
|
| H A D | undobj1.cxx | 54 SwUndoFlyBase::SwUndoFlyBase( SwFrmFmt* pFormat, SwUndoId nUndoId ) in SwUndoFlyBase() argument 55 : SwUndo( nUndoId ), pFrmFmt( pFormat ) in SwUndoFlyBase() 238 SwUndoInsLayFmt::SwUndoInsLayFmt( SwFrmFmt* pFormat, sal_uLong nNodeIdx, xub_StrLen nCntIdx ) in SwUndoInsLayFmt() argument 239 : SwUndoFlyBase( pFormat, RES_DRAWFRMFMT == pFormat->Which() ? in SwUndoInsLayFmt() 414 SwUndoDelLayFmt::SwUndoDelLayFmt( SwFrmFmt* pFormat ) in SwUndoDelLayFmt() argument 415 : SwUndoFlyBase( pFormat, lcl_GetSwUndoId(pFormat) ) in SwUndoDelLayFmt() 418 SwDoc* pDoc = pFormat->GetDoc(); in SwUndoDelLayFmt()
|
| /AOO42X/main/slideshow/source/engine/OGLTrans/ |
| H A D | OGLTrans_TransitionerImpl.cxx | 201 const OGLFormat* pFormat ); 861 const OGLFormat* pFormat ) in createWindow() argument 886 if( !pFormat ) in createWindow() 909 …glTexImage2D( GL_TEXTURE_2D, 0, pFormat->nInternalFormat, SlideSize.Width, SlideSize.Height, 0, pF… in createWindow() 913 …luBuild2DMipmaps( GL_TEXTURE_2D, pFormat->nInternalFormat, SlideSize.Width, SlideSize.Height, pFor… in createWindow() 1084 const OGLFormat* pFormat = NULL; in createWindow() local 1086 pFormat = chooseFormats(); in createWindow() 1095 pFormat ); in createWindow() 1104 pFormat ); in createWindow()
|
| /AOO42X/main/xmloff/source/style/ |
| H A D | xmlnumfe.cxx | 1697 const SvNumberformat* pFormat = NULL; in Export() local 1701 pFormat = pFormatter->GetEntry(nKey); in Export() 1702 if(pFormat) in Export() 1703 ExportFormat_Impl( *pFormat, nKey ); in Export() 1718 pFormat = rTable.First(); in Export() 1719 while (pFormat) in Export() 1724 …DBG_ASSERT((pFormat->GetType() & NUMBERFORMAT_DEFINED) != 0, "a not user defined numberformat foun… in Export() 1726 ExportFormat_Impl( *pFormat, nKey ); in Export() 1731 pFormat = rTable.Next(); in Export() 1786 const SvNumberformat* pFormat = lcl_GetFormat( pFormatter, nKey ); in ForceSystemLanguage() local [all …]
|
| /AOO42X/main/connectivity/source/drivers/evoab2/ |
| H A D | NDebug.hxx | 32 void evo_traceStringMessage( const sal_Char* pFormat, const ::rtl::OUString& rString ); 33 # define EVO_TRACE_STRING( pFormat, rString ) evo_traceStringMessage( pFormat, rString ) argument 35 # define EVO_TRACE_STRING( pFormat, rString ) ((void)0) argument
|
| /AOO42X/main/sw/source/core/docnode/ |
| H A D | section.cxx | 400 SwSectionFmt *const pFormat( GetFmt() ); in SetProtect() local 401 ASSERT(pFormat, "SwSection::SetProtect: no format?"); in SetProtect() 402 if (pFormat) in SetProtect() 406 pFormat->SetFmtAttr( aItem ); in SetProtect() 418 SwSectionFmt *const pFormat( GetFmt() ); in SetEditInReadonly() local 419 ASSERT(pFormat, "SwSection::SetEditInReadonly: no format?"); in SetEditInReadonly() 420 if (pFormat) in SetEditInReadonly() 424 pFormat->SetFmtAttr( aItem ); in SetEditInReadonly() 1779 SwSectionFmt *const pFormat( GetFmt() ); in BreakLink() local 1780 ASSERT(pFormat, "SwSection::BreakLink: no format?"); in BreakLink() [all …]
|
| /AOO42X/main/canvas/source/cairo/ |
| H A D | cairo_xlib_cairo.cxx | 210 XRenderPictFormat* pFormat; in getSimilar() local 227 pFormat = XRenderFindStandardFormat( (Display*)maSysData.pDisplay, nFormat ); in getSimilar() 230 pFormat->depth ); in getSimilar() 233 aSysData.pRenderFormat = pFormat; in getSimilar() 243 pFormat, width, height ), in getSimilar()
|
| /AOO42X/main/chart2/source/controller/dialogs/ |
| H A D | tp_Scale.cxx | 727 const SvNumberformat* pFormat = pNumFormatter->GetEntry( nFmt ); in SetNumFormat() local 728 if( pFormat ) in SetNumFormat() 729 nFmt = pNumFormatter->GetStandardIndex( pFormat->GetLanguage()); in SetNumFormat() 736 const SvNumberformat* pFormat = pNumFormatter->GetEntry( nFmt ); in SetNumFormat() local 737 if( pFormat ) in SetNumFormat() 738 … nFmt = pNumFormatter->GetStandardFormat( NUMBERFORMAT_TIME, pFormat->GetLanguage() ); in SetNumFormat() 745 const SvNumberformat* pFormat = pNumFormatter->GetEntry( nFmt ); in SetNumFormat() local 746 if( pFormat ) in SetNumFormat() 747 … nFmt = pNumFormatter->GetStandardFormat( NUMBERFORMAT_DATE, pFormat->GetLanguage() ); in SetNumFormat()
|
| /AOO42X/main/sc/source/core/tool/ |
| H A D | zforauto.cxx | 79 const SvNumberformat* pFormat = rFormatter.GetEntry(nFormat); in PutFormatIndex() local 80 if (pFormat) in PutFormatIndex() 83 eLnge = pFormat->GetLanguage(); in PutFormatIndex() 84 sFormatstring = ((SvNumberformat*)pFormat)->GetFormatstring(); in PutFormatIndex()
|
| /AOO42X/main/setup_native/source/win32/customactions/tools/ |
| H A D | seterror.cxx | 43 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() argument 48 va_start( args, pFormat ); in OutputDebugStringFormat() 49 StringCchVPrintf( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
|
| H A D | checkversion.cxx | 63 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() argument 68 va_start( args, pFormat ); in OutputDebugStringFormat() 69 StringCchVPrintf( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
|
| /AOO42X/main/shell/inc/internal/ |
| H A D | utilities.hxx | 101 inline void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() argument 107 va_start( args, pFormat ); in OutputDebugStringFormat() 108 StringCchVPrintfA( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
|
| /AOO42X/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | checkpatches.cxx | 55 inline void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() argument 60 va_start( args, pFormat ); in OutputDebugStringFormat() 61 StringCchVPrintfA( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
|
| H A D | vistaspecial.cxx | 56 inline void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() argument 61 va_start( args, pFormat ); in OutputDebugStringFormat() 62 StringCchVPrintfA( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
|
| /AOO42X/main/setup_native/source/win32/customactions/relnotes/ |
| H A D | relnotes.cxx | 43 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() argument 48 va_start( args, pFormat ); in OutputDebugStringFormat() 49 StringCchVPrintf( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
|
| /AOO42X/main/setup_native/source/win32/customactions/languagepacks/ |
| H A D | checkrunningofficelanguagepack.cxx | 55 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() argument 60 va_start( args, pFormat ); in OutputDebugStringFormat() 61 _vsntprintf( buffer, elementsof(buffer), pFormat, args ); in OutputDebugStringFormat()
|