/aoo41x/main/vcl/win/source/gdi/ |
H A D | salnativewidgets-luna.cxx | 442 OUString aCaption ) in ImplDrawNativeControl() argument 698 return ImplDrawTheme( hTheme, hDC, iPart, iState, rc, aCaption); in ImplDrawNativeControl() 718 return ImplDrawTheme( hTheme, hDC, iPart, iState, rc, aCaption); in ImplDrawNativeControl() 746 return ImplDrawTheme( hTheme, hDC, iPart, iState, rc, aCaption); in ImplDrawNativeControl() 761 return ImplDrawTheme( hTheme, hDC, iPart, iState, rc, aCaption); in ImplDrawNativeControl() 776 return ImplDrawTheme( hTheme, hDC, iPart, iState, rc, aCaption); in ImplDrawNativeControl() 791 return ImplDrawTheme( hTheme, hDC, iPart, iState, rc, aCaption); in ImplDrawNativeControl() 797 return ImplDrawTheme( hTheme, hDC, iPart, iState, rc, aCaption); in ImplDrawNativeControl() 842 return ImplDrawTheme( hTheme, hDC, iPart, iState, rc, aCaption); in ImplDrawNativeControl() 945 ImplDrawTheme( hTheme, hDC, iPart, iState, aTRect, aCaption ); in ImplDrawNativeControl() [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdevnative.cxx | 224 ::rtl::OUString aCaption ) in DrawNativeControl() argument 254 …raphics->DrawNativeControl(nType, nPart, screenRegion, nState, *aScreenCtrlValue, aCaption, this ); in DrawNativeControl() 267 ::rtl::OUString aCaption ) in DrawNativeControlText() argument 292 …ics->DrawNativeControlText(nType, nPart, screenRegion, nState, *aScreenCtrlValue, aCaption, this ); in DrawNativeControlText() 305 ::rtl::OUString aCaption, in GetNativeControlRegion() argument 322 aCaption, rNativeBoundingRegion, in GetNativeControlRegion()
|
H A D | salgdilayout.cxx | 756 … const OUString& aCaption, const OutputDevice *pOutDev ) in DrawNativeControl() argument 763 sal_Bool bRet = drawNativeControl( nType, nPart, rgn, nState, aValue, aCaption ); in DrawNativeControl() 768 return drawNativeControl( nType, nPart, rControlRegion, nState, aValue, aCaption ); in DrawNativeControl() 773 … const OUString& aCaption, const OutputDevice *pOutDev ) in DrawNativeControlText() argument 780 sal_Bool bRet = drawNativeControlText( nType, nPart, rgn, nState, aValue, aCaption ); in DrawNativeControlText() 785 return drawNativeControlText( nType, nPart, rControlRegion, nState, aValue, aCaption ); in DrawNativeControlText() 789 … const ImplControlValue& aValue, const OUString& aCaption, in GetNativeControlRegion() argument 797 if( getNativeControlRegion( nType, nPart, rgn, nState, aValue, aCaption, in GetNativeControlRegion() 812 return getNativeControlRegion( nType, nPart, rControlRegion, nState, aValue, aCaption, in GetNativeControlRegion()
|
/aoo41x/main/vcl/inc/ |
H A D | salgdi.hxx | 166 const rtl::OUString& aCaption ); 169 const rtl::OUString& aCaption ); 171 … const ImplControlValue& aValue, const rtl::OUString& aCaption, 466 const rtl::OUString& aCaption, 475 const rtl::OUString& aCaption, 484 const rtl::OUString& aCaption,
|
/aoo41x/main/sc/source/core/data/ |
H A D | dpoutput.cxx | 105 … String aCaption; /// Caption is the name visible in the output table. member 443 OUString aCaption = ScUnoHelpFunctions::GetStringProperty( xPropSet, in ScDPOutput() local 456 pColFields[nColFieldCount].aCaption= aCaption; in ScDPOutput() 468 pRowFields[nRowFieldCount].aCaption= aCaption; in ScDPOutput() 483 pPageFields[nPageFieldCount].aCaption= aCaption; in ScDPOutput() 835 …FieldCell( nHdrCol, nHdrRow, nTab, pPageFields[nField].aCaption, false, false, pPageFields[nField]… in Output() 879 …FieldCell( nHdrCol, nTabStartRow, nTab, pColFields[nField].aCaption, true, true, pColFields[nField… in Output() 934 FieldCell( nHdrCol, nHdrRow, nTab, pRowFields[nField].aCaption, true, !bDataLayout, in Output()
|
H A D | dptabres.cxx | 1400 String aCaption = aName; in FillMemberResults() local 1407 aCaption = *pLayoutName; in FillMemberResults() 1413 aCaption = *pMemberCaption; in FillMemberResults() 1414 if (!aCaption.Len()) in FillMemberResults() 1415 aCaption = ScGlobal::GetRscString(STR_EMPTYDATA); in FillMemberResults() 1425 pArray[rPos].Caption = rtl::OUString(aCaption); in FillMemberResults() 1486 String aSubStr = aCaption; in FillMemberResults() 1497 aSubStr = lcl_parseSubtotalName(*pSubtotalName, aCaption); in FillMemberResults()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 1463 aCaption.WriteLenField( *rContents ); in WriteContents() 1464 aCaption.WriteCharArray( *rContents ); in WriteContents() 1483 if (aCaption.HasData()) in WriteContents() 1772 if (aCaption.HasData()) in WriteContents() 1774 aCaption.WriteLenField( *rContents ); in WriteContents() 1794 aCaption.WriteCharArray( *rContents ); in WriteContents() 2454 aCaption.WriteLenField( *rContents ); in WriteContents() 2455 if (aCaption.HasData()) in WriteContents() 4284 aCaption.WriteLenField( *rContents ); in WriteContents() 4285 if (aCaption.HasData()) in WriteContents() [all …]
|
/aoo41x/main/vcl/unx/kde4/ |
H A D | KDESalGraphics.hxx | 73 const rtl::OUString& aCaption ); 107 const rtl::OUString& aCaption,
|
/aoo41x/main/vcl/inc/os2/ |
H A D | salgdi.h | 212 rtl::OUString aCaption ); 215 rtl::OUString aCaption ); 217 … const ImplControlValue& aValue, rtl::OUString aCaption,
|
/aoo41x/main/vcl/inc/win/ |
H A D | salgdi.h | 239 const rtl::OUString& aCaption ); 242 const rtl::OUString& aCaption ); 244 … const ImplControlValue& aValue, const rtl::OUString& aCaption,
|
/aoo41x/main/vcl/inc/aqua/ |
H A D | salgdi.h | 295 const rtl::OUString& aCaption ); 298 const rtl::OUString& aCaption ); 300 … const ImplControlValue& aValue, const rtl::OUString& aCaption,
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xepivot.cxx | 919 String aCaption; in lclGetDataFieldCaption() local 939 …aCaption.Assign( ScGlobal::GetRscString( nResIdx ) ).AppendAscii( RTL_CONSTASCII_STRINGPARAM( " - … in lclGetDataFieldCaption() 940 aCaption.Append( rFieldName ); in lclGetDataFieldCaption() 941 return aCaption; in lclGetDataFieldCaption()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 1247 ::rtl::OUString aCaption ); 1255 ::rtl::OUString aCaption ); 1263 ::rtl::OUString aCaption,
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 1324 String aCaption; in OutHTML_FrmFmtTableNode() local 1349 aCaption = pTxtNd->GetTxt(); in OutHTML_FrmFmtTableNode() 1356 OutHTML_SwTblNode( rHTMLWrt, *pTblNd, &rFrmFmt, &aCaption, in OutHTML_FrmFmtTableNode()
|
/aoo41x/main/sw/source/core/text/ |
H A D | EnhancedPDFExportHelper.cxx | 132 const String aCaption = String::CreateFromAscii("Caption"); variable 1129 else if ( sStyleName == aCaption) in BeginBlockStructureElements() 1138 else if ( sParentStyleName == aCaption) in BeginBlockStructureElements()
|
/aoo41x/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 1171 const OUString& aCaption ); 1175 const OUString& aCaption ); 1179 const OUString& aCaption,
|