Searched refs:aEngine (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | attrib.cxx | 866 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 D | table4.cxx | 176 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()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun4.cxx | 766 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 D | gridwin.cxx | 5000 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 D | viewfunc.cxx | 750 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 D | viewfun2.cxx | 775 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()
|
/aoo42x/main/dbaccess/source/ext/macromigration/ |
H A D | macromigrationdialog.cxx | 326 … 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();
|
/aoo42x/main/xmloff/source/draw/ |
H A D | shapeexport.cxx | 161 rtl::OUString aEngine; in checkForCustomShapeReplacement() local 162 …et->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeEngine" ) ) ) >>= aEngine; in checkForCustomShapeReplacement() 163 if ( !aEngine.getLength() ) in checkForCustomShapeReplacement() 164 …aEngine = 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 D | shapeexport4.cxx | 1072 uno::Any aEngine( xPropSet->getPropertyValue( sCustomShapeEngine ) ); in ImpExportCustomShape() local 1073 if ( ( aEngine >>= aStr ) && aStr.getLength() ) in ImpExportCustomShape()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | transobj.cxx | 278 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()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 106 …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() 363 …aEngine = 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()
|
Completed in 242 milliseconds