Home
last modified time | relevance | path

Searched refs:pFormat (Results 26 – 50 of 75) sorted by relevance

123

/aoo42x/main/starmath/inc/
H A Drect.hxx108 void BuildRect (const OutputDevice &rDev, const SmFormat *pFormat,
110 void Init(const OutputDevice &rDev, const SmFormat *pFormat,
121 SmRect(const OutputDevice &rDev, const SmFormat *pFormat,
/aoo42x/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx50 static void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() argument
55 va_start( args, pFormat ); in OutputDebugStringFormat()
56 StringCchVPrintfA( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
/aoo42x/main/sw/inc/
H A Dundobj.hxx287 SwUndoFlyBase( SwFrmFmt* pFormat, SwUndoId nUndoId );
302 SwUndoInsLayFmt( SwFrmFmt* pFormat, sal_uLong nNodeIdx, xub_StrLen nCntIdx );
318 SwUndoDelLayFmt( SwFrmFmt* pFormat );
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/
H A Dcheckrunningoffice.cxx57 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() argument
62 va_start( args, pFormat ); in OutputDebugStringFormat()
63 _vsntprintf( buffer, elementsof(buffer), pFormat, args ); in OutputDebugStringFormat()
/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()
/aoo42x/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx74 inline void OutputDebugStringFormat( const wchar_t* pFormat, ... ) in OutputDebugStringFormat() argument
79 va_start( args, pFormat ); in OutputDebugStringFormat()
80 StringCchVPrintf( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
/aoo42x/main/xmloff/source/style/
H A Dxmlnumfi.cxx491 const SvNumberformat* pFormat = pFormatter->GetEntry(pObj->nKey); in RemoveVolatileFormats() local
492 if (pFormat && (pFormat->GetType() & NUMBERFORMAT_DEFINED)) in RemoveVolatileFormats()
1816 SvNumberformat* pFormat = const_cast<SvNumberformat*>(pFormatter->GetEntry( nIndex )); in CreateAndInsert() local
1817 if (pFormat) in CreateAndInsert()
1820 pFormat->SetComment(sTitle); in CreateAndInsert()
2224 const SvNumberformat* pFormat = pFormatter->GetEntry(l_nKey); in AddCondition() local
2225 if ( pFormat ) in AddCondition()
2226 aConditions.append( OUString( pFormat->GetFormatstring() ) ); in AddCondition()
/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()
/aoo42x/main/sd/source/ui/docshell/
H A Ddocshel4.cxx1221 sal_uInt32* pFormat, in FillClass() argument
1233 *pFormat = SOT_FORMATSTR_ID_STARDRAW_60; in FillClass()
1239 *pFormat = SOT_FORMATSTR_ID_STARIMPRESS_60; in FillClass()
1248 … *pFormat = bTemplate ? SOT_FORMATSTR_ID_STARDRAW_8_TEMPLATE : SOT_FORMATSTR_ID_STARDRAW_8; in FillClass()
1254 … *pFormat = bTemplate ? SOT_FORMATSTR_ID_STARIMPRESS_8_TEMPLATE : SOT_FORMATSTR_ID_STARIMPRESS_8; in FillClass()
/aoo42x/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx78 inline void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() argument
83 va_start( args, pFormat ); in OutputDebugStringFormat()
84 StringCchVPrintfA( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
/aoo42x/main/sw/source/ui/fldui/
H A Dflddinf.cxx142 … const SvNumberformat* pFormat = pSh->GetNumberFormatter()->GetEntry(pCurField->GetFormat()); in Reset() local
143 if(pFormat) in Reset()
144 aFormatLB.SetLanguage(pFormat->GetLanguage()); in Reset()
H A Dflddok.cxx167 … const SvNumberformat* pFormat = pSh->GetNumberFormatter()->GetEntry(pCurField->GetFormat()); in Reset() local
168 if(pFormat) in Reset()
169 aNumFormatLB.SetLanguage(pFormat->GetLanguage()); in Reset()
H A Dfldvar.cxx149 … const SvNumberformat* pFormat = pSh->GetNumberFormatter()->GetEntry( pCurField->GetFormat() ); in Reset() local
150 if ( pFormat ) in Reset()
151 aNumFormatLB.SetLanguage( pFormat->GetLanguage() ); in Reset()
/aoo42x/main/sc/source/ui/unoobj/
H A Dfmtuno.cxx145 const ScConditionalFormat* pFormat = pList->GetFormat( nKey ); in ScTableConditionalFormat() local
146 if (pFormat) in ScTableConditionalFormat()
150 pFormat->MarkUsedExternalReferences(); in ScTableConditionalFormat()
152 sal_uInt16 nEntryCount = pFormat->Count(); in ScTableConditionalFormat()
156 const ScCondFormatEntry* pFormatEntry = pFormat->GetEntry(i); in ScTableConditionalFormat()
/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()
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx42 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() argument
47 va_start( args, pFormat ); in OutputDebugStringFormat()
48 StringCchVPrintf( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
/aoo42x/main/vcl/unx/generic/app/
H A Dsm.cxx58 inline void SMprintf( const char* pFormat, ... ) in SMprintf() argument
68 va_start( ap, pFormat ); in SMprintf()
69 vfprintf( fp, pFormat, ap ); in SMprintf()
/aoo42x/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx57 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() argument
62 va_start( args, pFormat ); in OutputDebugStringFormat()
63 _vsntprintf( buffer, elementsof(buffer), pFormat, args ); in OutputDebugStringFormat()
/aoo42x/main/sw/source/ui/chrdlg/
H A Dswuiccoll.cxx356 void SwCondCollPage::SetCollection( SwFmt* pFormat, sal_Bool bNew ) in SetCollection() argument
358 pFmt = pFormat; in SetCollection()
/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/svx/source/items/
H A Dnumfmtsh.cxx1753 const SvNumberformat* pFormat; in FindCurrencyTableEntry() local
1757 ((pFormat = pFormatter->GetEntry( nFound )) != 0) && in FindCurrencyTableEntry()
1758 pFormat->GetNewCurrencySymbol( aSymbol, aExtension ) ) in FindCurrencyTableEntry()
1762 pFormat->GetLanguage() ); in FindCurrencyTableEntry()
/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 …]
/aoo42x/main/sw/source/ui/uiview/
H A Dview2.cxx303 String *pFormat = new String(pFmt->GetName()); in InsertGraphicDlg() local
304 aFormats.Insert(pFormat); in InsertGraphicDlg()
312 String *pFormat = new String(*rFrmPoolArr[i]); in InsertGraphicDlg() local
313 if (!aFormats.Insert(pFormat)) in InsertGraphicDlg()
314 delete pFormat; in InsertGraphicDlg()
/aoo42x/main/starmath/source/
H A Ddocument.cxx1380 sal_uInt32* pFormat, in FillClass() argument
1392 *pFormat = SOT_FORMATSTR_ID_STARMATH_60; in FillClass()
1399 *pFormat = bTemplate ? SOT_FORMATSTR_ID_STARMATH_8_TEMPLATE : SOT_FORMATSTR_ID_STARMATH_8; in FillClass()
/aoo42x/main/sw/source/core/unocore/
H A Dunoobj2.cxx1809 SwFrmFmt *const pFormat = static_cast<SwFrmFmt*>(const_cast<SwModify*>( in lcl_CreateNextObject() local
1815 SwDrawContact* const pContact = SwIterator<SwDrawContact,SwFmt>::FirstElement( *pFormat ); in lcl_CreateNextObject()
1826 const SwNodeIndex* pIdx = pFormat->GetCntnt().GetCntntIdx(); in lcl_CreateNextObject()
1835 SwXFrames::GetObject(*pFormat, eType); in lcl_CreateNextObject()

Completed in 205 milliseconds

123