Home
last modified time | relevance | path

Searched refs:aFormat (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/starmath/source/
H A Dunomodel.cxx493 SmFormat aFormat = pDocSh->GetFormat(); in _setPropertyValues() local
572 Size aSize = aFormat.GetBaseSize(); in _setPropertyValues()
576 aFormat.SetBaseSize(aSize); in _setPropertyValues()
581 aFormat.SetFontSize(i, aTmp); in _setPropertyValues()
610 aFormat.SetGreekCharStyle( nVal ); in _setPropertyValues()
621 aFormat.SetHorAlign((SmHorAlign)nVal); in _setPropertyValues()
760 pDocSh->SetFormat( aFormat ); in _setPropertyValues()
775 const SmFormat & aFormat = pDocSh->GetFormat(); in _getPropertyValues() local
841 sal_Bool bVal = aFormat.IsTextmode(); in _getPropertyValues()
852 *pValue <<= (sal_Int16)aFormat.GetHorAlign(); in _getPropertyValues()
[all …]
H A Ddocument.cxx219 aFormat = rFormat; in SetFormat()
468 rPosition.X() += aFormat.GetDistance( DIS_LEFTSPACE ); in Draw()
469 rPosition.Y() += aFormat.GetDistance( DIS_TOPSPACE ); in Draw()
521 aRet.Width() += aFormat.GetDistance( DIS_LEFTSPACE ) + in GetSize()
522 aFormat.GetDistance( DIS_RIGHTSPACE ); in GetSize()
526 aRet.Height() += aFormat.GetDistance( DIS_TOPSPACE ) + in GetSize()
527 aFormat.GetDistance( DIS_BOTTOMSPACE ); in GetSize()
711 aFormat = pp->GetConfig()->GetStandardFormat(); in SmDocShell()
713 StartListening(aFormat); in SmDocShell()
727 EndListening(aFormat); in ~SmDocShell()
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx789 String aFormat = aEdFormat.GetText(); in FillItemSet() local
1204 aEdFormat.SetText(aFormat); in UpdateFormatListBox_Impl()
1375 if ( aFormat.Len() > 0 ) in IMPL_LINK()
1526 aEdFormat.SetText( aFormat ); in IMPL_LINK()
1573 aEdFormat.SetText( aFormat ); in IMPL_LINK()
1634 String aFormat = aEdFormat.GetText(); in IMPL_LINK() local
1636 MakePreviewText( aFormat ); in IMPL_LINK()
1701 String aFormat; in IMPL_LINK() local
1713 pNumFmtShell->MakeFormat( aFormat, in IMPL_LINK()
1718 aEdFormat.SetText( aFormat ); in IMPL_LINK()
[all …]
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx1123 OUString aFormat( in importDateFormatProperty() local
1126 if (aFormat.getLength()) in importDateFormatProperty()
1129 if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("system_short") )) in importDateFormatProperty()
1194 OUString aFormat( in importTimeFormatProperty() local
1197 if (aFormat.getLength()) in importTimeFormatProperty()
1200 if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("24h_short") )) in importTimeFormatProperty()
1204 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("24h_long") )) in importTimeFormatProperty()
1208 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("12h_short") )) in importTimeFormatProperty()
1212 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("12h_long") )) in importTimeFormatProperty()
1272 OUString aFormat( in importLineEndFormatProperty() local
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtdrope.cxx57 DropCapFormat aFormat; in exportXML() local
58 rAny >>= aFormat; in exportXML()
61 if( aFormat.Lines > 1 ) in exportXML()
66 rUnitConv.convertNumber( sBuffer, (sal_Int32)aFormat.Lines ); in exportXML()
75 else if( aFormat.Count > 1 ) in exportXML()
77 rUnitConv.convertNumber( sBuffer, (sal_Int32)aFormat.Count ); in exportXML()
84 if( aFormat.Distance > 0 ) in exportXML()
86 rUnitConv.convertMeasure( sBuffer, aFormat.Distance ); in exportXML()
H A Dtxtdropi.cxx68 DropCapFormat aFormat; in ProcessAttrs() local
87 aFormat.Lines = nTmp < 2 ? 0 : (sal_Int8)nTmp; in ProcessAttrs()
99 aFormat.Count = (sal_Int8)nTmp; in ProcessAttrs()
106 aFormat.Distance = (sal_uInt16)nTmp; in ProcessAttrs()
116 if( aFormat.Lines > 1 && aFormat.Count < 1 ) in ProcessAttrs()
117 aFormat.Count = 1; in ProcessAttrs()
119 aProp.maValue <<= aFormat; in ProcessAttrs()
/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx203 String aFormat; in IMPL_LINK() local
221 aFormat += sThousand; in IMPL_LINK()
222 aFormat += sBreak; in IMPL_LINK()
223 aFormat += sNegRed; in IMPL_LINK()
224 aFormat += sBreak; in IMPL_LINK()
225 aFormat += sPrecision; in IMPL_LINK()
226 aFormat += sBreak; in IMPL_LINK()
227 aFormat += sLeadZeroes; in IMPL_LINK()
228 aFormat += sBreak; in IMPL_LINK()
230 SfxStringItem aItem( SID_NUMBER_FORMAT, aFormat ); in IMPL_LINK()
/trunk/main/xmloff/source/style/
H A Dnumehelp.cxx88 XMLNumberFormat aFormat(sEmpty, nNumberFormat, 0); in GetCellType() local
89 XMLNumberFormatSet::iterator aItr(aNumberFormats.find(aFormat)); in GetCellType()
99 aFormat.nType = GetCellType(nNumberFormat, bIsStandard); in GetCellType()
100 aFormat.bIsStandard = bIsStandard; in GetCellType()
101 if ((aFormat.nType & ~util::NumberFormat::DEFINED) == util::NumberFormat::CURRENCY) in GetCellType()
102 if (GetCurrencySymbol(nNumberFormat, aFormat.sCurrency)) in GetCellType()
103 sCurrency = aFormat.sCurrency; in GetCellType()
104 aNumberFormats.insert(aFormat); in GetCellType()
105 return aFormat.nType; in GetCellType()
/trunk/main/dtrans/source/win32/dtobj/
H A DDataFmtTransl.cxx104 Any aFormat = m_XDataFormatTranslator->getSystemDataTypeFromDataFlavor( aDataFlavor ); in getFormatEtcFromDataFlavor() local
106 if ( aFormat.hasValue( ) ) in getFormatEtcFromDataFlavor()
108 if ( aFormat.getValueType( ) == CPPUTYPE_SALINT32 ) in getFormatEtcFromDataFlavor()
110 aFormat >>= cf; in getFormatEtcFromDataFlavor()
113 else if ( aFormat.getValueType( ) == CPPUTYPE_OUSTRING ) in getFormatEtcFromDataFlavor()
116 aFormat >>= aClipFmtName; in getFormatEtcFromDataFlavor()
/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx313 const ::rtl::OUString& aFormat, in GetTemporaryStorageOfFormat()
325 …return GetStorageOfFormatFromStream( aFormat, xTmpStream, embed::ElementModes::READWRITE, xFactory… in GetTemporaryStorageOfFormat()
330 const ::rtl::OUString& aFormat, in GetStorageOfFormatFromURL()
339 aProps[0].Value <<= aFormat; in GetStorageOfFormatFromURL()
362 const ::rtl::OUString& aFormat, in GetStorageOfFormatFromInputStream()
370 aProps[0].Value <<= aFormat; in GetStorageOfFormatFromInputStream()
393 const ::rtl::OUString& aFormat, in GetStorageOfFormatFromStream()
402 aProps[0].Value <<= aFormat; in GetStorageOfFormatFromStream()
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormats.idl92 @param aFormat
101 long queryKey( [in] string aFormat,
112 @param aFormat
121 long addNew( [in] string aFormat,
134 @param aFormat
146 long addNewConverted( [in] string aFormat,
H A DXNumberFormatPreviewer.idl65 @param aFormat
85 string convertNumberToPreviewString( [in] string aFormat,
95 @param aFormat
119 com::sun::star::util::Color queryPreviewColorForNumber( [in] string aFormat,
/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx326 const rtl::OUString& aFormat, double fValue, in convertNumberToPreviewString() argument
337 String aFormString = aFormat; in convertNumberToPreviewString()
361 const rtl::OUString& aFormat, double fValue, in queryPreviewColorForNumber() argument
373 String aFormString = aFormat; in queryPreviewColorForNumber()
478 sal_Int32 SAL_CALL SvNumberFormatsObj::queryKey( const rtl::OUString& aFormat, in queryKey() argument
488 String aFormStr = aFormat; in queryKey()
494 nRet = pFormatter->GetEntryKey( aFormat, eLang ); in queryKey()
502 sal_Int32 SAL_CALL SvNumberFormatsObj::addNew( const rtl::OUString& aFormat, in addNew() argument
512 String aFormStr = aFormat; in addNew()
533 sal_Int32 SAL_CALL SvNumberFormatsObj::addNewConverted( const rtl::OUString& aFormat, in addNewConverted() argument
[all …]
H A Dnumfmuno.hxx88 const ::rtl::OUString& aFormat, double fValue,
93 const ::rtl::OUString& aFormat, double fValue,
129 virtual sal_Int32 SAL_CALL queryKey( const ::rtl::OUString& aFormat,
132 virtual sal_Int32 SAL_CALL addNew( const ::rtl::OUString& aFormat,
136 virtual sal_Int32 SAL_CALL addNewConverted( const ::rtl::OUString& aFormat,
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx295 ::rtl::OUString aFormat; in ConvertDataForFlavor()
299 aFormat = ::rtl::OUString::createFromAscii("image/x-wmf"); in ConvertDataForFlavor()
330 aFormat = ::rtl::OUString::createFromAscii("image/x-emf"); in ConvertDataForFlavor()
344 aFormat = ::rtl::OUString::createFromAscii("image/x-MS-bmp"); in ConvertDataForFlavor()
699 FORMATETC aFormat = { 0, 0, DVASPECT_CONTENT, -1, TYMED_MFPICT }; in InitializeObject_Impl() local
700 hr = pIOleCache->Cache( &aFormat, ADVFCACHE_ONSAVE, &nConn ); in InitializeObject_Impl()
1157 aFormat.dwAspect = nMSAspect; in GetExtent()
1159 hr = pDataObject->GetData( &aFormat, &aMedium ); in GetExtent()
1577 FORMATETC aFormat = pFormatTemplates[nInd]; in getTransferData() local
1578 aFormat.dwAspect = nRequestedAspect; in getTransferData()
[all …]
/trunk/main/sc/source/core/tool/
H A Dzforauto.cxx46 ScNumFormatAbbrev::ScNumFormatAbbrev(const ScNumFormatAbbrev& aFormat) : in ScNumFormatAbbrev() argument
47 sFormatstring (aFormat.sFormatstring), in ScNumFormatAbbrev()
48 eLnge (aFormat.eLnge), in ScNumFormatAbbrev()
49 eSysLnge (aFormat.eSysLnge) in ScNumFormatAbbrev()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx575 String aFormat; in Actualize() local
614 if ( GalleryGraphicImport( aURL, aGraphic, aFormat ) ) in Actualize()
619 pNewObj = (SgaObject*) new SgaObjectINet( aGraphic, aURL, aFormat ); in Actualize()
621 pNewObj = (SgaObject*) new SgaObjectAnim( aGraphic, aURL, aFormat ); in Actualize()
623 pNewObj = (SgaObject*) new SgaObjectBmp( aGraphic, aURL, aFormat ); in Actualize()
1191 String aFormat; in InsertURL() local
1193 const sal_uInt16 nImportRet = GalleryGraphicImport( rURL, aGraphic, aFormat ); in InsertURL()
1199 pNewObj = (SgaObject*) new SgaObjectINet( aGraphic, rURL, aFormat ); in InsertURL()
1201 pNewObj = (SgaObject*) new SgaObjectAnim( aGraphic, rURL, aFormat ); in InsertURL()
1203 pNewObj = (SgaObject*) new SgaObjectBmp( aGraphic, rURL, aFormat ); in InsertURL()
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx139 String aFormat; in SvXMLGraphicInputStream() local
142 aFormat = String( RTL_CONSTASCII_USTRINGPARAM( "gif" ) ); in SvXMLGraphicInputStream()
144 aFormat = String( RTL_CONSTASCII_USTRINGPARAM( "png" ) ); in SvXMLGraphicInputStream()
146 …Graphic( aGraphic, String(), *pStm, pFilter->GetExportFormatNumberForShortName( aFormat ) ) == 0 ); in SvXMLGraphicInputStream()
617 String aFormat; in ImplWriteGraphic() local
620 aFormat = String( RTL_CONSTASCII_USTRINGPARAM( "gif" ) ); in ImplWriteGraphic()
622 aFormat = String( RTL_CONSTASCII_USTRINGPARAM( "png" ) ); in ImplWriteGraphic()
625 pFilter->GetExportFormatNumberForShortName( aFormat ) ) == 0 ); in ImplWriteGraphic()
/trunk/main/comphelper/inc/comphelper/
H A Dstoragehelper.hxx129 const ::rtl::OUString& aFormat,
136 const ::rtl::OUString& aFormat,
146 const ::rtl::OUString& aFormat,
155 const ::rtl::OUString& aFormat,
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx2376 String aFormat; in GetNumFormatState() local
2383 aFormat += sThousand; in GetNumFormatState()
2384 aFormat += sBreak; in GetNumFormatState()
2385 aFormat += sNegRed; in GetNumFormatState()
2386 aFormat += sBreak; in GetNumFormatState()
2387 aFormat += sPrecision; in GetNumFormatState()
2388 aFormat += sBreak; in GetNumFormatState()
2389 aFormat += sLeadZeroes; in GetNumFormatState()
2390 aFormat += sBreak; in GetNumFormatState()
2392 rSet.Put(SfxStringItem(nWhich, aFormat)); in GetNumFormatState()
/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx427 String aFormat( aNumStr.Copy( nPos + 1 ) ); in GetTableDataOptionsValNum() local
431 rFormatter.PutEntry( aFormat, nCheckPos, nType, nNumForm, eNumLang ); in GetTableDataOptionsValNum()
433 rFormatter.PutandConvertEntry( aFormat, nCheckPos, nType, nNumForm, in GetTableDataOptionsValNum()
/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx557 String aFormat; in ReadFormat() local
562 aFormat = rStrm.ReadByteString( false ); in ReadFormat()
567 aFormat = rStrm.ReadByteString( false ); in ReadFormat()
572 aFormat = rStrm.ReadByteString( false ); in ReadFormat()
577 aFormat = rStrm.ReadUniString(); in ReadFormat()
587 InsertFormat( mnNextXclIdx, aFormat ); in ReadFormat()
607 String aFormat( rNumFmt.maFormat ); in CreateScFormats() local
608 rFormatter.PutandConvertEntry( aFormat, nCheckPos, in CreateScFormats()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDateHelper.java49 SimpleDateFormat aFormat = new SimpleDateFormat(_sFormat, aLocale); in getDateString() local
50 aBuf = aFormat.format(aCalendar.getTime(), aBuf, new FieldPosition(0) ); in getDateString()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DDateHelper.java49 SimpleDateFormat aFormat = new SimpleDateFormat(_sFormat, aLocale); in getDateString() local
50 aBuf = aFormat.format(aCalendar.getTime(), aBuf, new FieldPosition(0) ); in getDateString()
/trunk/main/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx559 ::rtl::OString aFormat = OUStringToOString( m_aOutFormat, osl_getThreadTextEncoding() ); in impl_formatOutputString()
561 snprintf( aBuffer, 128, aFormat.getStr(), fValue ); in impl_formatOutputString()
563 snprintf( aBuffer, 128, aFormat.getStr(), static_cast<long>( fValue )); in impl_formatOutputString()

Completed in 122 milliseconds

12