/aoo4110/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 1500 SwCSS1OutMode aMode( rHTMLWrt, in OutCSS1Rule() local 1614 SwCSS1OutMode aMode( rHTMLWrt, in OutCSS1DropCapRule() local 1979 SwCSS1OutMode aMode( rHTMLWrt, CSS1_OUTMODE_STYLE_OPT_ON | in OutCSS1_BodyTagStyleOpt() local 2026 SwCSS1OutMode aMode( rHTMLWrt, CSS1_OUTMODE_SPAN_TAG | in OutCSS1_HintSpanTag() local 2041 SwCSS1OutMode aMode( rHTMLWrt, CSS1_OUTMODE_STYLE_OPT_ON | in OutCSS1_HintStyleOpt() local 2058 SwCSS1OutMode aMode( rHTMLWrt, CSS1_OUTMODE_STYLE_OPT_ON | in OutCSS1_TableBGStyleOpt() local 2075 SwCSS1OutMode aMode( rHTMLWrt, CSS1_OUTMODE_STYLE_OPT | in OutCSS1_NumBulListStyleOpt() local 2111 SwCSS1OutMode aMode( *this, CSS1_OUTMODE_STYLE_OPT_ON | in OutCSS1_FrmFmtOptions() local 2306 SwCSS1OutMode aMode( *this, CSS1_OUTMODE_STYLE_OPT_ON | in OutCSS1_TableFrmFmtOptions() local 2327 SwCSS1OutMode aMode( *this, CSS1_OUTMODE_STYLE_OPT_ON | in OutCSS1_SectionFmtOptions() local [all …]
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxdevice.cxx | 296 MapMode aMode(VCLUnoHelper::ConvertToMapModeUnit(TargetUnit)); in convertPointToLogic() local 298 ::Point aDevPoint = mpOutputDevice->PixelToLogic(aVCLPoint, aMode ); in convertPointToLogic() 321 MapMode aMode(VCLUnoHelper::ConvertToMapModeUnit(SourceUnit)); in convertPointToPixel() local 323 ::Point aDevPoint = mpOutputDevice->LogicToPixel(aVCLPoint, aMode ); in convertPointToPixel() 346 MapMode aMode(VCLUnoHelper::ConvertToMapModeUnit(TargetUnit)); in convertSizeToLogic() local 348 ::Size aDevSz = mpOutputDevice->PixelToLogic(aVCLSize, aMode ); in convertSizeToLogic() 370 MapMode aMode(VCLUnoHelper::ConvertToMapModeUnit(SourceUnit)); in convertSizeToPixel() local 372 ::Size aDevSz = mpOutputDevice->LogicToPixel(aVCLSize, aMode ); in convertSizeToPixel()
|
/aoo4110/main/chart2/source/controller/itemsetwrapper/ |
H A D | GraphicPropertyItemConverter.cxx | 275 drawing::BitmapMode aMode = drawing::BitmapMode_REPEAT; in FillSpecialItem() local 276 if( GetPropertySet()->getPropertyValue( C2U("FillBitmapMode")) >>= aMode ) in FillSpecialItem() 278 rOutItemSet.Put( XFillBmpTileItem( aMode == drawing::BitmapMode_REPEAT )); in FillSpecialItem() 279 rOutItemSet.Put( XFillBmpStretchItem( aMode == drawing::BitmapMode_STRETCH )); in FillSpecialItem() 484 drawing::BitmapMode aMode = in ApplySpecialItem() local 487 aValue <<= aMode; in ApplySpecialItem() 502 drawing::BitmapMode aMode = in ApplySpecialItem() local 505 aValue <<= aMode; in ApplySpecialItem()
|
/aoo4110/main/sd/source/ui/annotations/ |
H A D | annotationwindow.cxx | 407 MapMode aMode(MAP_100TH_MM); in Rescale() local 408 aMode.SetOrigin( Point() ); in Rescale() 411 mpOutliner->SetRefMapMode( aMode ); in Rescale() 412 SetMapMode( aMode ); in Rescale() 413 mpTextWindow->SetMapMode( aMode ); in Rescale() 418 nHeight = nHeight * aMode.GetScaleY().GetNumerator() / aMode.GetScaleY().GetDenominator(); in Rescale()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | SidebarWin.cxx | 443 MapMode aMode = GetParent()->GetMapMode(); in Rescale() local 444 aMode.SetOrigin( Point() ); in Rescale() 445 mpOutliner->SetRefMapMode( aMode ); in Rescale() 446 SetMapMode( aMode ); in Rescale() 447 mpSidebarTxtControl->SetMapMode( aMode ); in Rescale() 452 nHeight = nHeight * aMode.GetScaleY().GetNumerator() / aMode.GetScaleY().GetDenominator(); in Rescale() 460 nHeight = nHeight * aMode.GetScaleY().GetNumerator() / aMode.GetScaleY().GetDenominator(); in Rescale()
|
/aoo4110/main/sw/source/core/view/ |
H A D | vnew.cxx | 78 MapMode aMode( pWin->GetMapMode() ); in Init() local 80 aMode.SetScaleX( aNewFactor ); in Init() 81 aMode.SetScaleY( aNewFactor ); in Init() 82 pWin->SetMapMode( aMode ); in Init()
|
H A D | viewsh.cxx | 2282 MapMode aMode( pMyWin->GetMapMode() ); in ImplApplyViewOptions() local 2284 aMode.SetScaleX( aNewFactor ); in ImplApplyViewOptions() 2285 aMode.SetScaleY( aNewFactor ); in ImplApplyViewOptions() 2286 pMyWin->SetMapMode( aMode ); in ImplApplyViewOptions()
|
/aoo4110/main/pyuno/source/module/ |
H A D | pyuno_adapter.cxx | 156 if( seqInfo[i].aMode == com::sun::star::reflection::ParamMode_OUT || in getOutIndexes() 157 seqInfo[i].aMode == com::sun::star::reflection::ParamMode_INOUT ) in getOutIndexes() 170 if( seqInfo[i].aMode == com::sun::star::reflection::ParamMode_OUT || in getOutIndexes() 171 seqInfo[i].aMode == com::sun::star::reflection::ParamMode_INOUT ) in getOutIndexes()
|
H A D | unohelper.py | 117 out.write( _mode_to_str( infos[i].aMode ) + " " + args[i].Name + " " + infos[i].aName )
|
/aoo4110/main/sal/osl/unx/ |
H A D | uunxapi.hxx | 85 inline int mkdir(const rtl::OUString& aPath, mode_t aMode) in mkdir() argument 87 return mkdir_u(aPath.pData, aMode); in mkdir()
|
/aoo4110/main/sal/osl/os2/ |
H A D | uunxapi.hxx | 93 inline int mkdir(const rtl::OUString& aPath, mode_t aMode) in mkdir() argument 95 return mkdir_u(aPath.pData, aMode); in mkdir()
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | XModeSelector.idl | 48 void setMode( [in] string aMode ) 66 boolean supportsMode( [in] string aMode );
|
/aoo4110/main/registry/source/ |
H A D | reflread.cxx | 992 RTParamMode aMode = RT_PARAM_INVALID; in getMethodParamMode() local 998 aMode = (RTParamMode) readUINT16( in getMethodParamMode() 1004 return aMode; in getMethodParamMode() 1054 RTMethodMode aMode = RT_MODE_INVALID; in getMethodMode() local 1058 aMode = (RTMethodMode) readUINT16(m_pIndex[index] + METHOD_OFFSET_MODE); in getMethodMode() 1061 return aMode; in getMethodMode()
|
/aoo4110/main/odk/examples/java/Inspector/ |
H A D | UnoMethodNode.java | 161 … sParameters += "[" + getParamMode(paramInfo[ i ].aMode ) + "] " + xIdlClass.getName(); in getParameterDescription() 165 … sParameters += ", [" + getParamMode(paramInfo[ i ].aMode ) + "] " + xIdlClass.getName(); in getParameterDescription()
|
/aoo4110/main/stoc/source/corereflection/ |
H A D | criface.cxx | 560 rInfo.aMode = (rParam.bOut ? ParamMode_INOUT : ParamMode_IN); in getParameterInfos() 562 rInfo.aMode = ParamMode_OUT; in getParameterInfos() 580 rInfo.aMode = (rParam.bOut ? ParamMode_INOUT : ParamMode_IN); in getParameterInfos() 582 rInfo.aMode = ParamMode_OUT; in getParameterInfos()
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | tp_3D_SceneGeometry.cxx | 220 drawing::ProjectionMode aMode = m_aCbxPerspective.IsChecked() in applyPerspectiveToModel() local 226 m_xSceneProperties->setPropertyValue( C2U("D3DScenePerspective"), uno::makeAny( aMode )); in applyPerspectiveToModel()
|
/aoo4110/main/stoc/source/invocation/ |
H A D | invocation.cxx | 692 if (rFParam.aMode != ParamMode_OUT) in invoke() 713 if (rFParam.aMode != ParamMode_IN) in invoke() 716 if (rFParam.aMode == ParamMode_OUT) in invoke() 1014 pParamModes[ i ] = pInfos[i].aMode; in fillInfoForMethod()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | objcont.cxx | 145 MapMode aMode( ((SfxObjectShell*)this)->GetMapUnit() ); in CreatePreviewMetaFile_Impl() local 146 aDevice.SetMapMode( aMode ); in CreatePreviewMetaFile_Impl() 147 pFile->SetPrefMapMode( aMode ); in CreatePreviewMetaFile_Impl()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | editutil.cxx | 158 MapMode aMode = pDev->GetMapMode(); in GetEditArea() local 173 pDev->SetMapMode(aMode); in GetEditArea()
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | extendedsecurityoptions.hxx | 112 void SetOpenHyperlinkMode( OpenHyperlinkMode aMode );
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | ReportController.hxx | 414 …virtual void SAL_CALL setMode( const ::rtl::OUString& aMode ) throw (::com::sun::star::lang::NoSup… 417 …virtual ::sal_Bool SAL_CALL supportsMode( const ::rtl::OUString& aMode ) throw (::com::sun::star::…
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | xmltexte.cxx | 284 MapMode aMode( MAP_100TH_MM ); // the API expects this map mode for the embedded objects in lcl_addOutplaceProperties() local 285 Size aSize = rObj.GetSize( &aMode ); // get the size in the requested map mode in lcl_addOutplaceProperties()
|
/aoo4110/main/udkapi/com/sun/star/reflection/ |
H A D | ParamInfo.idl | 48 ParamMode aMode;
|
/aoo4110/main/toolkit/source/controls/ |
H A D | controlmodelcontainerbase.cxx | 1390 MapMode aMode( MAP_APPFONT ); in ImplSetPosSize() local 1395 aTmp = pOutDev->LogicToPixel( aTmp, aMode ); in ImplSetPosSize() 1399 aTmp = pOutDev->LogicToPixel( aTmp, aMode ); in ImplSetPosSize()
|
/aoo4110/main/unotools/source/config/ |
H A D | extendedsecurityoptions.cxx | 166 void SetOpenHyperlinkMode( SvtExtendedSecurityOptions::OpenHyperlinkMode aMode );
|