/aoo42x/main/sw/source/core/fields/ |
H A D | docufld.cxx | 251 rAny <<= (sal_Int16)GetFormat(); in QueryValue() 370 GetFormat()); in Copy() 523 switch( GetFormat() &(~FF_FIXED) ) in QueryValue() 694 switch( GetFormat() ) in QueryValue() 842 rAny <<= (sal_Int16)GetFormat(); in QueryValue() 1218 if (!GetFormat()) in SetLanguage() 1249 rAny <<= (sal_Int32)GetFormat(); in QueryValue() 1508 pFld->SetFormat(GetFormat()); in Copy() 2391 : pGetFld->GetFormat(); in UpdateField() 2484 : pGetFld->GetFormat(); in ChangeExpansion() [all …]
|
H A D | fldbas.cxx | 418 bRet = 0 != (GetFormat() & AF_FIXED); in IsFixed() 422 bRet = 0 != (GetFormat() & FF_FIXED); in IsFixed() 615 SetFormat(pFormatter->GetMergeFmtIndex( GetFormat() )); in ChgTyp() 663 GetFormat() != SAL_MAX_UINT32 ) in SetLanguage() 667 sal_uInt16 nFmtLng = ::lcl_GetLanguageOfFormat( nLng, GetFormat(), in SetLanguage() 670 if( (GetFormat() >= SV_COUNTRY_LANGUAGE_OFFSET || in SetLanguage() 679 GetFormat(), (LanguageType)nFmtLng ); in SetLanguage() 681 if( nNewFormat == GetFormat() ) in SetLanguage() 747 sal_uLong nFmt(GetFormat()); in SetFormula() 764 sal_uInt32 nFmt(GetFormat()); in SetExpandedFormula() [all …]
|
H A D | dbfld.cxx | 258 SwDBField *pTmp = new SwDBField((SwDBFieldType*)GetTyp(), GetFormat()); in Copy() 297 aContent = ((SwValueFieldType*)GetTyp())->ExpandValue(d, GetFormat(), GetLanguage()); in ChgValue() 354 aContent = ((SwValueFieldType*)GetTyp())->ExpandValue(nValue, GetFormat(), GetLanguage()); in Evaluate() 423 rAny <<= (sal_Int32)GetFormat(); in QueryValue() 876 sRet = ((SwDBNameFieldType*)GetTyp())->Expand(GetFormat()); in Expand() 885 pTmp->ChangeFormat(GetFormat()); in Copy() 937 return FormatNumber((sal_uInt16)nNumber, GetFormat()); in Expand() 959 new SwDBSetNumberField((SwDBSetNumberFieldType*)GetTyp(), GetDBData(), GetFormat()); in Copy() 972 rAny <<= (sal_Int16)GetFormat(); in QueryValue()
|
H A D | expfld.cxx | 325 GetFormula(), nSubType, GetFormat()); in Copy() 391 GetValue(), GetFormat(), GetLanguage()); in ChangeExpansion() 431 rAny <<= (sal_Int32)GetFormat(); in QueryValue() 545 return pFld->GetFormat(); in GetSeqFormat() 849 GetFormula(), GetFormat()); in Copy() 880 sExpand = FormatNumber( (sal_uInt16)GetValue(), GetFormat() ); in SetValue() 883 GetFormat(), GetLanguage()); in SetValue() 889 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( rAny, GetFormat(), in SetValue() 1070 rAny <<= (sal_Int32)GetFormat(); in QueryValue() 1073 rAny <<= (sal_Int16)GetFormat(); in QueryValue() [all …]
|
H A D | usrfld.cxx | 59 sStr = ((SwUserFieldType*)GetTyp())->Expand(GetFormat(), nSubType, GetLanguage()); in Expand() 66 SwField* pTmp = new SwUserField((SwUserFieldType*)GetTyp(), nSubType, GetFormat()); in Copy() 106 return ((SwUserFieldType*)GetTyp())->GetContent(GetFormat()); in GetPar2() 111 ((SwUserFieldType*)GetTyp())->SetContent(rStr, GetFormat()); in SetPar2() 145 rAny <<= (sal_Int32)GetFormat(); in QueryValue()
|
H A D | chpfld.cxx | 72 switch( GetFormat() ) in Expand() 79 if( CF_NUM_TITLE == GetFormat() ) in Expand() 92 new SwChapterField((SwChapterFieldType*)GetTyp(), GetFormat()); in Copy() 258 switch( GetFormat() ) in QueryValue()
|
H A D | tblcalc.cxx | 79 SwTableFormula::GetFormula(), nSubType, GetFormat() ); in Copy() 160 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue(rVal, GetFormat(), GetLanguage()); in SetValue() 204 rAny <<= (sal_Int32)GetFormat(); in QueryValue()
|
H A D | reffld.cxx | 294 switch( GetFormat() ) in UpdateField() 305 switch( GetFormat() ) in UpdateField() 395 if( REF_PAGE_PGDESC == GetFormat() && in UpdateField() 451 sTxt = MakeRefNumStr( pFldTxtAttr->GetTxtNode(), *pTxtNd, GetFormat() ); in UpdateField() 541 nSeqNo, GetFormat() ); in Copy() 575 switch(GetFormat()) in QueryValue()
|
H A D | flddat.cxx | 98 return ExpandValue(fVal, GetFormat(), GetLanguage()); in Expand() 109 GetFormat(), GetLanguage()); in Copy() 245 rVal <<= (sal_Int32)GetFormat(); in QueryValue()
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdpopup.cxx | 105 CheckItem( (sal_uInt16) ( pDateField->GetFormat() ) + 1 ); // - 2 + 3 ! in Fill() 139 CheckItem( (sal_uInt16) ( pTimeField->GetFormat() ) + 1 ); // - 2 + 3 ! in Fill() 156 CheckItem( (sal_uInt16) ( pFileField->GetFormat() ) + 3 ); in Fill() 173 CheckItem( (sal_uInt16) ( pAuthorField->GetFormat() ) + 3 ); in Fill() 206 if( pDateField->GetFormat() != eFormat || in GetField() 239 if( pTimeField->GetFormat() != eFormat || in GetField() 273 if( pFileField->GetFormat() != eFormat || in GetField() 313 if( pAuthorField->GetFormat() != eFormat || in GetField()
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | flddok.cxx | 167 … const SvNumberformat* pFormat = pSh->GetNumberFormatter()->GetEntry(pCurField->GetFormat()); in Reset() 204 nOldFormat = GetCurField()->GetFormat(); in Reset() 291 aSelectionLB.SelectEntry(GetFldMgr().GetFormatStr(nTypeId, GetCurField()->GetFormat())); in IMPL_LINK() 417 aNumFormatLB.SetDefFormat(GetCurField()->GetFormat()); in IMPL_LINK() 426 aNumFormatLB.SetDefFormat(GetCurField()->GetFormat()); in IMPL_LINK() 459 … aFixedCB.Check( static_cast< sal_Bool >(((GetCurField()->GetFormat() & AF_FIXED) != 0) & bFixed)); in IMPL_LINK() 537 if (IsFldEdit() && nFmtId == (GetCurField()->GetFormat() & ~AF_FIXED)) in FillFormatLB() 646 nFormat = aNumFormatLB.GetFormat(); in FillItemSet()
|
H A D | fldvar.cxx | 149 … const SvNumberformat* pFormat = pSh->GetNumberFormatter()->GetEntry( pCurField->GetFormat() ); in Reset() 196 nOldFormat = aNumFormatLB.GetFormat(); in Reset() 738 nOldNumFormat = aNumFormatLB.GetFormat(); in FillFormatLB() 750 bSpecialFmt = GetCurField()->GetFormat() == SAL_MAX_UINT32; in FillFormatLB() 754 aNumFormatLB.SetDefFormat( GetCurField()->GetFormat() ); in FillFormatLB() 834 && nFldId == GetCurField()->GetFormat() ) in FillFormatLB() 1064 sal_uLong nFmt = nNumFormatPos == 0 ? 0 : aNumFormatLB.GetFormat(); in IMPL_LINK() 1107 … aType.SetContent( sValue, nNumFormatPos == 0 ? 0 : aNumFormatLB.GetFormat() ); in IMPL_LINK() 1199 nFormat = aNumFormatLB.GetFormat(); in FillItemSet() 1290 nOldFormat != aNumFormatLB.GetFormat() || in FillItemSet()
|
H A D | flddb.cxx | 206 nOldFormat = GetCurField()->GetFormat(); in Reset() 254 nFormat = aNumFormatLB.GetFormat(); in FillItemSet() 360 … if (GetCurField()->GetFormat() != 0 && GetCurField()->GetFormat() != SAL_MAX_UINT32) in IMPL_LINK() 361 aNumFormatLB.SetDefFormat(GetCurField()->GetFormat()); in IMPL_LINK() 393 if( GetCurField()->GetFormat() == (sal_uInt16)(sal_uLong) in IMPL_LINK()
|
H A D | flddinf.cxx | 142 … const SvNumberformat* pFormat = pSh->GetNumberFormatter()->GetEntry(pCurField->GetFormat()); in Reset() 231 nOldFormat = GetCurField()->GetFormat(); in Reset() 354 sal_uLong nFormat = IsFldEdit() ? ((SwDocInfoField*)GetCurField())->GetFormat() : 0; in IMPL_LINK() 487 nFormat = aFormatLB.GetFormat(); in FillItemSet()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | flditem.hxx | 139 SvxDateFormat GetFormat() const { return eFormat; } in GetFormat() function in SvxDateField 185 SvxURLFormat GetFormat() const { return eFormat; } in GetFormat() function in SvxURLField 279 SvxTimeFormat GetFormat() const { return eFormat; } in GetFormat() function in SvxExtTimeField 326 SvxFileFormat GetFormat() const { return eFormat; } in GetFormat() function in SvxExtFileField 374 SvxAuthorFormat GetFormat() const { return eFormat; } in GetFormat() function in SvxAuthorField
|
/aoo42x/main/vcl/source/control/ |
H A D | field2.cxx | 2649 if ( !ImplTimeGetValue( rStr, aTime, GetFormat(), IsDuration(), ImplGetLocaleDataWrapper() ) ) in ImplTimeReformat() 2730 if ( GetFormat() != TIMEF_SEC_CS ) in ImplTimeSpinArea() 3091 ImplTimeGetValue( aStr, maLastTime, GetFormat(), IsDuration(), ImplGetLocaleDataWrapper() ); in Reformat() 3188 …if ( ImplTimeGetValue( GetText(), aTime, GetFormat(), IsDuration(), ImplGetLocaleDataWrapper(), sa… in Notify() 3422 if ( GetFormat() == TIMEF_SEC ) in InsertTime() 3424 if ( GetFormat() == TIMEF_100TH_SEC || GetFormat() == TIMEF_SEC_CS ) in InsertTime() 3435 if ( GetFormat() == TIMEF_SEC ) in RemoveTime() 3437 if ( GetFormat() == TIMEF_100TH_SEC || TIMEF_SEC_CS ) in RemoveTime() 3447 …ImplTimeGetValue( ComboBox::GetEntry( nPos ), aTime, GetFormat(), IsDuration(), ImplGetLocaleDataW… in GetTime() 3457 if ( GetFormat() == TIMEF_SEC ) in GetTimePos() [all …]
|
/aoo42x/main/sw/source/core/inc/ |
H A D | tblrwcl.hxx | 189 SwFrmFmt* GetFormat( long nWidth ) const; 190 SwFrmFmt* GetFormat( const SfxPoolItem& rItem ) const; 210 SwFrmFmt* GetFormat( const SwFrmFmt& rFmt, long nWidth ) const; 211 SwFrmFmt* GetFormat( const SwFrmFmt& rFmt, const SfxPoolItem& ) const;
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | dlgfield.cxx | 218 aLbFormat.SelectEntryPos( (sal_uInt16) ( pDateField->GetFormat() - 2 ) ); in FillFormatList() 246 aLbFormat.SelectEntryPos( (sal_uInt16) ( pTimeField->GetFormat() - 2 ) ); in FillFormatList() 258 aLbFormat.SelectEntryPos( (sal_uInt16) ( pFileField->GetFormat() ) ); in FillFormatList() 271 aLbFormat.SelectEntryPos( (sal_uInt16) ( pAuthorField->GetFormat() ) ); in FillFormatList()
|
/aoo42x/main/editeng/source/uno/ |
H A D | unofield.cxx | 343 mpImpl->mnInt32 = ((SvxDateField*)pData)->GetFormat(); in SvxUnoTextField() 358 mpImpl->mnInt32 = ((SvxExtTimeField*)pData)->GetFormat(); in SvxUnoTextField() 366 ((SvxURLField*)pData)->GetFormat()); in SvxUnoTextField() 372 mpImpl->mnInt16 = getFileNameDisplayFormat(((SvxExtFileField*)pData)->GetFormat()); in SvxUnoTextField() 379 ((SvxAuthorField*)pData)->GetFormat()); in SvxUnoTextField() 381 mpImpl->mbBoolean2 = ((SvxAuthorField*)pData)->GetFormat() != SVXAUTHORFORMAT_SHORTNAME; in SvxUnoTextField()
|
/aoo42x/main/starmath/source/ |
H A D | document.cxx | 300 const SmFormat &rFormat = GetFormat(); in ArrangeFormula() 1005 SmFormat aOldFormat = GetFormat(); in Execute() 1045 SmFormat aOldFormat = GetFormat(); in Execute() 1068 SmFormat aOldFormat = GetFormat(); in Execute() 1092 SmFormat aOldFormat = GetFormat(); in Execute() 1116 SmFormat aOldFormat = GetFormat(); in Execute() 1219 rSet.Put(SfxBoolItem(SID_TEXTMODE, GetFormat().IsTextmode())); in GetState()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salbmp.cxx | 285 static ImplPixelFormat* GetFormat( sal_uInt16 nBits, const BitmapPalette& rPalette ); 470 ImplPixelFormat* ImplPixelFormat::GetFormat( sal_uInt16 nBits, const BitmapPalette& rPalette ) in GetFormat() function in ImplPixelFormat 529 ImplPixelFormat* pD = ImplPixelFormat::GetFormat( nDestBits, rDestPalette ); in ConvertBitmapData() 530 ImplPixelFormat* pS = ImplPixelFormat::GetFormat( nSrcBits, rSrcPalette ); in ConvertBitmapData() 803 ImplPixelFormat* pSourcePixels = ImplPixelFormat::GetFormat( mnBits, maPalette ); in CreateColorMask()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docfilt.cxx | 164 sal_Int32 nClipId = ((SotStorage&)rStg).GetFormat(); in GetTypeFromStorage() 200 sal_uInt32 nClipId = SotExchange::GetFormat( aDataFlavor ); in GetTypeFromStorage() 216 if ( !pFilter || pFilter->GetFormat() != nClipId ) in GetTypeFromStorage()
|
/aoo42x/main/svl/inc/svl/ |
H A D | svdde.hxx | 103 sal_uLong GetFormat() const; 184 sal_uLong GetFormat() const { return aDdeData.GetFormat(); } in GetFormat() function in DdeTransaction
|
/aoo42x/main/sfx2/source/appl/ |
H A D | impldde.cxx | 292 switch( rReq.GetFormat() ) in ImplHasOtherFormat() 339 sal_uIntPtr nFmt = pData->GetFormat(); in IMPL_LINK() 364 pData->GetFormat() ), aVal ); in IMPL_LINK()
|
/aoo42x/main/svtools/source/control/ |
H A D | fmtfield.cxx | 664 GetFormat(sOldFormat, aOldLang); in SetFormatter() 686 void FormattedField::GetFormat(XubString& rFormatString, LanguageType& eLang) const in GetFormat() function in FormattedField 744 GetFormat(sFmtDescription, eLang); in SetThousandsSep() 788 GetFormat(sFmtDescription, eLang); in SetDecimalDigits() 1328 GetFormat(sOldFormat, eLanguage); in UpdateCurrencyFormat()
|