Home
last modified time | relevance | path

Searched refs:pFormat (Results 1 – 25 of 75) sorted by path

123

/aoo42x/main/basctl/source/basicide/
H A Dbasdoc.hxx41 sal_uInt32 * pFormat,
/aoo42x/main/canvas/source/cairo/
H A Dcairo_xlib_cairo.cxx210 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 Dtp_Scale.cxx727 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/chart2/source/tools/
H A DDiagramHelper.cxx1198 const SvNumberformat* pFormat = pNumFormatter->GetEntry( nRet ); in getDateNumberFormat() local
1199 if( pFormat ) in getDateNumberFormat()
1200 nRet = pNumFormatter->GetFormatIndex( NF_DATE_SYS_DDMMYYYY, pFormat->GetLanguage() ); in getDateNumberFormat()
/aoo42x/main/connectivity/inc/connectivity/
H A Dsqlparse.hxx240 void error( const sal_Char* pFormat);
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNDebug.cxx29 void evo_traceStringMessage( const sal_Char *pFormat, in evo_traceStringMessage() argument
34 OSL_TRACE(pFormat, (const sal_Char *) aStr ); in evo_traceStringMessage()
H A DNDebug.hxx32 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/dbaccess/source/ui/control/
H A DFieldDescControl.cxx165 ,pFormat(NULL) in DBG_NAME()
215 ,pFormat(NULL) in OFieldDescControl()
531 , pFormat}; in SetReadOnly()
862 pZOrderPredecessor = pFormat; in ArrangeAggregates()
870 if (pFormat) in ArrangeAggregates()
1033 if (!pFormat) in ActivateAggregate()
1043 pFormat = new PushButton( this, ModuleRes(PB_FORMAT) ); in ActivateAggregate()
1045 pFormat->SetSizePixel(Size(nControlHeight, nControlHeight)); in ActivateAggregate()
1151 lcl_HideAndDeleteControl(m_nPos,&pFormat,&pFormatText); in DeactivateAggregate()
1528 if( pFormat ) in DisplayData()
[all …]
/aoo42x/main/dbaccess/source/ui/inc/
H A DFieldDescControl.hxx117 PushButton* pFormat; member in dbaui::OFieldDescControl
/aoo42x/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx924 sal_Int32* pFormat = new sal_Int32[aNames.getLength()]; in WriteTables() local
940 pFormat[i] = 0; in WriteTables()
947 pFormat[i] = ::comphelper::getINT32(xColumn->getPropertyValue(PROPERTY_FORMATKEY)); in WriteTables()
961 …WriteCell(pFormat[i],pColWidth[i],nHeight,pHorJustify[i],*pIter,OOO_STRING_SVTOOLS_HTML_tableheade… in WriteTables()
1005 …WriteCell(pFormat[i-1],pColWidth[i-1],nHeight,pHorJustify[i-1],aValue,OOO_STRING_SVTOOLS_HTML_tabl… in WriteTables()
1012 delete [] pFormat; in WriteTables()
H A DUITools.cxx1196 SFX_ITEMSET_GET(*pSet, pFormat, SfxUInt32Item, SBA_DEF_FMTVALUE, sal_True); in callColumnFormatDialog()
1197 _nFormatKey = (sal_Int32)pFormat->GetValue(); in callColumnFormatDialog()
/aoo42x/main/desktop/win32/source/setup/
H A Dsetup.cpp96 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() argument
101 va_start( args, pFormat ); in OutputDebugStringFormat()
102 StringCchVPrintf( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
/aoo42x/main/i18npool/source/localedata/
H A DLocaleNode.cxx310 char* LocaleNode::prepareErrorFormat( const char* pFormat, const char* pDefaultConversion ) const in prepareErrorFormat() argument
314 strncat( buf, pFormat, 2000); in prepareErrorFormat()
H A DLocaleNode.hxx153 char* prepareErrorFormat( const char* pFormat, const char* pDefaultConversion ) const;
/aoo42x/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx1094 if( ObjectTypeFormatter* pFormat = mxData->getTypeFormatter( eObjType ) ) in convertFrameFormatting() local
1100 if( ObjectTypeFormatter* pFormat = mxData->getTypeFormatter( eObjType ) ) in convertFrameFormatting() local
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()
1170 if( ObjectTypeFormatter* pFormat = mxData->getTypeFormatter( eObjType ) ) in convertAutomaticLine() local
1171 pFormat->convertAutomaticLine( rPropSet, nSeriesIdx ); in convertAutomaticLine()
[all …]
/aoo42x/main/sc/source/core/data/
H A Dglobal.cxx198 const SvNumberformat* pFormat = rFormatter.GetEntry( nFormat ); in GetStandardFormat() local
199 if ( pFormat ) in GetStandardFormat()
200 return rFormatter.GetStandardFormat( nFormat, nType, pFormat->GetLanguage() ); in GetStandardFormat()
207 const SvNumberformat* pFormat = rFormatter.GetEntry( nFormat ); in GetStandardFormat() local
208 if ( pFormat ) in GetStandardFormat()
210 pFormat->GetLanguage() ); in GetStandardFormat()
H A Dtable2.cxx1562 const ScConditionalFormat* pFormat = pList->GetFormat(nIndex); in FindMaxRotCol() local
1563 if ( pFormat ) in FindMaxRotCol()
1565 sal_uInt16 nEntryCount = pFormat->Count(); in FindMaxRotCol()
1568 String aStyleName = pFormat->GetEntry(nEntry)->GetStyle(); in FindMaxRotCol()
/aoo42x/main/sc/source/core/tool/
H A Dinterpr1.cxx2142 inline sal_Bool lcl_FormatHasNegColor( const SvNumberformat* pFormat ) in lcl_FormatHasNegColor() argument
2144 return pFormat && pFormat->GetColor( 1 ); in lcl_FormatHasNegColor()
2148 inline sal_Bool lcl_FormatHasOpenPar( const SvNumberformat* pFormat ) in lcl_FormatHasOpenPar() argument
2150 return pFormat && (pFormat->GetFormatstring().Search( '(' ) != STRING_NOTFOUND); in lcl_FormatHasOpenPar()
2334 const SvNumberformat* pFormat = pFormatter->GetEntry( nFormat ); in ScCell() local
2335 if( lcl_FormatHasNegColor( pFormat ) ) in ScCell()
2337 if( lcl_FormatHasOpenPar( pFormat ) ) in ScCell()
2343 … const SvNumberformat* pFormat = pFormatter->GetEntry( pDok->GetNumberFormat( aCellPos ) ); in ScCell() local
2344 PushInt( lcl_FormatHasNegColor( pFormat ) ? 1 : 0 ); in ScCell()
2348 … const SvNumberformat* pFormat = pFormatter->GetEntry( pDok->GetNumberFormat( aCellPos ) ); in ScCell() local
[all …]
H A Dzforauto.cxx79 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/sc/source/filter/xml/
H A Dxmlimprt.cxx2054 const SvNumberformat* pFormat = pFormatter->GetEntry(nKey); in ExamineDefaultStyle() local
2055 if ( pFormat && pFormat->IsStandard() ) in ExamineDefaultStyle()
2061 LanguageType nFormatLang = pFormat->GetLanguage(); in ExamineDefaultStyle()
/aoo42x/main/sc/source/ui/dbgui/
H A Dasciiopt.cxx104 …ScAsciiOptions::SetColInfo( sal_uInt16 nCount, const xub_StrLen* pStart, const sal_uInt8* pFormat ) in SetColInfo() argument
118 pColFormat[i] = pFormat[i]; in SetColInfo()
/aoo42x/main/sc/source/ui/docshell/
H A Ddocsh.cxx281 sal_uInt32* pFormat, in FillClass() argument
291 *pFormat = SOT_FORMATSTR_ID_STARCALC_60; in FillClass()
298 *pFormat = bTemplate ? SOT_FORMATSTR_ID_STARCALC_8_TEMPLATE : SOT_FORMATSTR_ID_STARCALC_8; in FillClass()
/aoo42x/main/sc/source/ui/inc/
H A Dasciiopt.hxx113 void SetColInfo( sal_uInt16 nCount, const xub_StrLen* pStart, const sal_uInt8* pFormat );
H A Ddocsh.hxx190 sal_uInt32 * pFormat,
H A Dscuiautofmt.hxx65 ScAutoFormat* pFormat; member in ScAutoFormatDlg

Completed in 349 milliseconds

123