Home
last modified time | relevance | path

Searched refs:aEngine (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx106 …rtl::OUString aEngine( ( (SdrCustomShapeEngineItem&)rCustoShape.GetMergedItem( SDRATTR_CUSTOMSHAPE… in ImpGetCustomShapeType() local
107 …if ( !aEngine.getLength() || aEngine.equalsAscii( "com.sun.star.drawing.EnhancedCustomShapeEngine"… in ImpGetCustomShapeType()
361 …String aEngine(((SdrCustomShapeEngineItem&)pCustomShape->GetMergedItem( SDRATTR_CUSTOMSHAPE_ENGINE… in GetCustomShapeEngine() local
362 if ( !aEngine.Len() ) in GetCustomShapeEngine()
363aEngine = String( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.drawing.EnhancedCustomShapeEngine" )… in GetCustomShapeEngine()
370 if ( aEngine.Len() && xFactory.is() ) in GetCustomShapeEngine()
377 … Reference< XInterface > xInterface( xFactory->createInstanceWithArguments( aEngine, aArgument ) ); in GetCustomShapeEngine()
3544 …rtl::OUString aEngine( ( (SdrCustomShapeEngineItem&)( *this ).GetMergedItem( SDRATTR_CUSTOMSHAPE_E… in GetCustomShapeName() local
3545 …if ( !aEngine.getLength() || aEngine.equalsAscii( "com.sun.star.drawing.EnhancedCustomShapeEngine"… in GetCustomShapeName()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx750 ScTabEditEngine aEngine( *pOldPattern, pDoc->GetEnginePool() ); in EnterData() local
751 aEngine.SetText(*pData); in EnterData()
755 ScEditAttrTester aAttrTester( &aEngine ); in EnterData()
762 if ( !bSimple && aEngine.GetParagraphCount() == 1 ) in EnterData()
764 String aParStr = aEngine.GetText( 0 ); in EnterData()
778 aString = ScEditUtil::GetSpaceDelimitedString(aEngine); in EnterData()
H A Dviewfun4.cxx766 EditEngine aEngine( pDoc->GetEnginePool() ); in InsertBookmark() local
773 aEngine.SetText(*pOld); in InsertBookmark()
780 aEngine.SetText(aOld); in InsertBookmark()
784 sal_uInt32 nPara = aEngine.GetParagraphCount(); in InsertBookmark()
787 xub_StrLen nTxtLen = aEngine.GetTextLen(nPara); in InsertBookmark()
801 aEngine.QuickInsertField( SvxFieldItem( aField, EE_FEATURE_FIELD ), aInsSel ); in InsertBookmark()
803 EditTextObject* pData = aEngine.CreateTextObject(); in InsertBookmark()
H A Dgridwin.cxx5000 ScFieldEditEngine aEngine( pDoc->GetEditPool() ); in GetEditUrlOrError() local
5002 aEngine.SetRefDevice( aProv.GetDevice() ); in GetEditUrlOrError()
5003 aEngine.SetRefMapMode( MAP_100TH_MM ); in GetEditUrlOrError()
5004 SfxItemSet aDefault( aEngine.GetEmptyItemSet() ); in GetEditUrlOrError()
5025 aEngine.SetDefaults( aDefault ); in GetEditUrlOrError()
5027 aEngine.SetControlWord( aEngine.GetControlWord() | EE_CNTRL_ONLINESPELLING ); in GetEditUrlOrError()
5044 aEngine.SetPaperSize( aPaperSize ); in GetEditUrlOrError()
5052 aEngine.SetText(*pData); in GetEditUrlOrError()
5058 aEngine.SetText(*pTextObj); in GetEditUrlOrError()
5064 long nTextHeight = aEngine.GetTextHeight(); in GetEditUrlOrError()
[all …]
H A Dviewfun2.cxx775 ScTabEditEngine aEngine( *pOldPattern, pDoc->GetEnginePool() ); in EnterBlock() local
776 aEngine.SetText(*pData); in EnterBlock()
778 ScEditAttrTester aTester( &aEngine ); in EnterBlock()
781 aNewStr = aEngine.GetText(); in EnterBlock()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx278 ScTabEditEngine aEngine( *pPattern, pDoc->GetEditPool() ); in GetData() local
287 aEngine.SetText( *pObj ); in GetData()
293 aEngine.SetText(aText); in GetData()
297 bOK = SetObject( &aEngine, in GetData()
/trunk/main/sc/source/core/data/
H A Dattrib.cxx866 pLeft = aEngine.CreateTextObject(); in Create()
871 pCenter = aEngine.CreateTextObject(); in Create()
876 pRight = aEngine.CreateTextObject(); in Create()
897 aEngine.SetText(*pLeft); in Create()
898 if (lcl_ConvertFields(aEngine,aCommands)) in Create()
901 pLeft = aEngine.CreateTextObject(); in Create()
903 aEngine.SetText(*pCenter); in Create()
904 if (lcl_ConvertFields(aEngine,aCommands)) in Create()
907 pCenter = aEngine.CreateTextObject(); in Create()
909 aEngine.SetText(*pRight); in Create()
[all …]
H A Dtable4.cxx176 EditEngine aEngine( pDocument->GetEnginePool() ); in lcl_getSuffixCell() local
177 SfxItemSet aAttr = aEngine.GetEmptyItemSet(); in lcl_getSuffixCell()
179 aEngine.SetText( aValue ); in lcl_getSuffixCell()
180 aEngine.QuickInsertText( aOrdinalSuffix, ESelection( 0, aValue.Len(), 0, in lcl_getSuffixCell()
182 aEngine.QuickSetAttribs( aAttr, ESelection( 0, aValue.Len(), 0, aValue.Len() + in lcl_getSuffixCell()
184 return new ScEditCell( aEngine.CreateTextObject(), pDocument, NULL ); in lcl_getSuffixCell()
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx161 rtl::OUString aEngine; in checkForCustomShapeReplacement() local
162 …et->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeEngine" ) ) ) >>= aEngine; in checkForCustomShapeReplacement()
163 if ( !aEngine.getLength() ) in checkForCustomShapeReplacement()
164aEngine = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.EnhancedCustomShapeEngine" … in checkForCustomShapeReplacement()
172 if ( aEngine.getLength() && xFactory.is() ) in checkForCustomShapeReplacement()
182 …uno::Reference< uno::XInterface > xInterface( xFactory->createInstanceWithArguments( aEngine, aArg… in checkForCustomShapeReplacement()
H A Dshapeexport4.cxx1072 uno::Any aEngine( xPropSet->getPropertyValue( sCustomShapeEngine ) ); in ImpExportCustomShape() local
1073 if ( ( aEngine >>= aStr ) && aStr.getLength() ) in ImpExportCustomShape()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx326 … MigrationEngine aEngine( m_pData->aContext, m_pData->xDocument, rProgressPage, m_pData->aLogger ); variable
327 rProgressPage.setDocumentCounts( aEngine.getFormCount(), aEngine.getReportCount() );
330 m_pData->bMigrationSuccess = aEngine.migrateAll();

Completed in 136 milliseconds