Home
last modified time | relevance | path

Searched refs:aOp (Results 1 – 8 of 8) sorted by relevance

/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx750 OUStringBuffer aOp( rName ); in dumpExpToken() local
751 StringHelper::appendIndex( aOp, createPlaceHolder() + mxOut->getLastItemValue() ); in dumpExpToken()
752 mxStack->pushOperand( aOp.makeStringAndClear() ); in dumpExpToken()
830 OUStringBuffer aOp; in dumpTableToken() local
831 StringHelper::appendIndexedText( aOp, CREATE_OUSTRING( "TABLE" ), nTabId ); in dumpTableToken()
833 StringHelper::appendIndex( aOp, aParams.makeStringAndClear() ); in dumpTableToken()
835 aOp.append( aParams.makeStringAndClear() ); in dumpTableToken()
836 mxStack->pushOperand( aOp.makeStringAndClear() ); in dumpTableToken()
927 OUStringBuffer aOp; in dumpAddDataArray() local
936 StringHelper::enclose( aOp, '{', '}' ); in dumpAddDataArray()
[all …]
H A Dbiffdumper.cxx1276 OUStringBuffer aOp( rName ); in dumpExpToken() local
1277 StringHelper::appendIndex( aOp, mxOut->getLastItemValue() ); in dumpExpToken()
1278 mxStack->pushOperand( aOp.makeStringAndClear() ); in dumpExpToken()
1528 OUStringBuffer aOp; in dumpAddDataArray() local
1535 StringHelper::appendToken( aOp, aArrayLine.makeStringAndClear(), OOX_DUMP_ARRAYSEP ); in dumpAddDataArray()
1537 StringHelper::enclose( aOp, '{', '}' ); in dumpAddDataArray()
1538 mxStack->replaceOnTop( createPlaceHolder( nIdx ), aOp.makeStringAndClear() ); in dumpAddDataArray()
/trunk/main/sw/source/ui/frmdlg/
H A Dwrap.cxx347 SvxOpaqueItem aOp( RES_OPAQUE); in FillItemSet() local
352 aOp = rOpaque; in FillItemSet()
353 aOp.SetValue(sal_True); in FillItemSet()
368 aOp.SetValue(sal_False); in FillItemSet()
390 aOp != *pOldItem ) in FillItemSet()
392 rSet.Put(aOp); in FillItemSet()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx3001 SHFILEOPSTRUCT aOp; in Kill()
3002 aOp.hwnd = 0; in Kill()
3003 aOp.wFunc = FO_DELETE; in Kill()
3004 aOp.pFrom = pName; in Kill()
3005 aOp.pTo = 0; in Kill()
3006 aOp.fFlags = FOF_ALLOWUNDO|FOF_SILENT|FOF_NOCONFIRMATION; in Kill()
3007 aOp.hNameMappings = 0; in Kill()
3008 aOp.lpszProgressTitle = 0; in Kill()
3009 eError = Sys2SolarError_Impl( SHFileOperation( &aOp ) ); in Kill()
/trunk/main/cppcanvas/source/tools/
H A Dcanvasgraphichelper.cxx126 void CanvasGraphicHelper::setCompositeOp( CompositeOp aOp ) in setCompositeOp() argument
128 maRenderState.CompositeOperation = (sal_Int8)aOp; in setCompositeOp()
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dcanvasgraphic.hxx147 virtual void setCompositeOp( CompositeOp aOp ) = 0;
/trunk/main/cppcanvas/source/inc/
H A Dcanvasgraphichelper.hxx61 virtual void setCompositeOp( CompositeOp aOp );
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx714 … SvxOpaqueItem aOp ( static_cast < const :: SvxOpaqueItem& > ( rFromSet.Get ( RES_OPAQUE ) ) ); in FillBaseProperties()
715 bRet &= ((SfxPoolItem&)aOp).PutValue(*pOp, 0); in FillBaseProperties()
716 rToSet.Put(aOp); in FillBaseProperties()

Completed in 97 milliseconds