/aoo41x/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 215 bRetValue = sal_False; in ImplGetPropertyValue() 228 if ( bRetValue ) in ImplGetPropertyValue() 234 bRetValue = sal_False; in ImplGetPropertyValue() 238 bRetValue = sal_False; in ImplGetPropertyValue() 243 bRetValue = sal_False; in ImplGetPropertyValue() 244 return bRetValue; in ImplGetPropertyValue() 294 sal_Bool bRetValue = bDefault; in ReadBool() local 298 pPropVal->Value >>= bRetValue; in ReadBool() 302 aAny >>= bRetValue; in ReadBool() 306 aBool.Value <<= bRetValue; in ReadBool() [all …]
|
/aoo41x/main/xmloff/source/style/ |
H A D | WordWrapPropertyHdl.cxx | 57 sal_Bool bValue = sal_False, bRetValue = sal_False; in importXML() local 61 bRetValue = sal_True; in importXML() 66 bRetValue = sal_True; in importXML() 68 if ( bRetValue && mpImport ) in importXML() 83 return bRetValue; in importXML()
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | propread.cxx | 104 sal_Bool bRetValue = sal_False; in Read() local 136 bRetValue = sal_True; in Read() 147 bRetValue = sal_True; in Read() 177 bRetValue = sal_True; in Read() 191 if ( !bRetValue ) in Read() 193 return bRetValue; in Read() 355 sal_Bool bRetValue = sal_False; in GetDictionary() local 403 bRetValue = sal_True; in GetDictionary() 407 return bRetValue; in GetDictionary()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 580 return bRetValue; in ConvertSequenceToEnhancedCustomShape2dHandle() 920 bRetValue = sal_True; in SetAdjustValueAsDouble() 922 return bRetValue; in SetAdjustValueAsDouble() 1027 bRetValue = sal_True; in GetParameter() 1033 bRetValue = sal_True; in GetParameter() 1039 bRetValue = sal_True; in GetParameter() 1045 bRetValue = sal_True; in GetParameter() 1049 return bRetValue; in GetParameter() 1190 bRetValue = sal_True; in GetHandlePosition() 1193 return bRetValue; in GetHandlePosition() [all …]
|
H A D | EnhancedCustomShape3d.cxx | 167 sal_Bool bRetValue = bDefault; in GetBool() local 170 *pAny >>= bRetValue; in GetBool() 171 return bRetValue; in GetBool()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 1314 return bRetValue; in CreateOLEGraphicProperties() 1346 return bRetValue; in CreateGraphicProperties() 1362 return bRetValue; in CreateMediaGraphicProperties() 1811 return bRetValue; in CreateGraphicProperties() 1982 if ( bRetValue ) in CreatePolygonProperties() 1988 if ( bRetValue ) in CreatePolygonProperties() 2106 return bRetValue; in CreatePolygonProperties() 2398 return bRetValue; in CreateConnectorProperties() 4047 if ( bRetValue ) in GetPropertyValue() 5254 if ( bRetValue ) in InsertAtPersistOffset() [all …]
|
H A D | dffpropset.cxx | 1285 sal_Bool bRetValue = sal_True; in IsHardAttribute() local 1288 …bRetValue = ( mpPropSetEntries[ nId ].nComplexIndexOrFlagsHAttr & ( 1 << ( 0xf - ( nId & 0xf ) ) )… in IsHardAttribute() 1290 bRetValue = ( mpPropSetEntries[ nId ].aFlags.bSoftAttr == 0 ); in IsHardAttribute() 1291 return bRetValue; in IsHardAttribute()
|
H A D | eschesdo.cxx | 1313 sal_Bool bRetValue = sal_False; in ImplGetPropertyValue() local 1320 bRetValue = sal_True; in ImplGetPropertyValue() 1324 bRetValue = sal_False; in ImplGetPropertyValue() 1327 return bRetValue; in ImplGetPropertyValue() 1334 sal_Bool bRetValue = sal_False; in ImplGetPropertyValue() local 1341 bRetValue = sal_True; in ImplGetPropertyValue() 1345 bRetValue = sal_False; in ImplGetPropertyValue() 1348 return bRetValue; in ImplGetPropertyValue()
|
H A D | svdfppt.cxx | 683 return bRetValue; in IsFontAvailable() 1841 bRetValue = sal_False; in InsertControl() 1843 return bRetValue; in InsertControl() 2604 if ( !bRetValue ) in SeekToContentOfProgTag() 2606 return bRetValue; in SeekToContentOfProgTag() 3500 bRetValue = sal_True; in GetGraphic() 3502 if ( !bRetValue ) in GetGraphic() 3515 if ( bRetValue ) in GetGraphic() 3517 return bRetValue; in GetGraphic() 5699 bRetValue = sal_True; in HasTabulator() [all …]
|
H A D | msdffimp.cxx | 7501 sal_Bool bRetValue = sal_True; in SetPropValue() local 7504 bRetValue = sal_False; in SetPropValue() 7510 bRetValue = aXPropSetInfo->hasPropertyByName( rPropName ); in SetPropValue() 7514 bRetValue = sal_False; in SetPropValue() 7517 if ( bRetValue ) in SetPropValue() 7522 bRetValue = sal_True; in SetPropValue() 7526 bRetValue = sal_False; in SetPropValue() 7529 return bRetValue; in SetPropValue()
|
/aoo41x/main/filter/source/graphicfilter/ieps/ |
H A D | ieps.cxx | 518 sal_Bool bRetValue = sal_False; in GraphicImport() local 542 bHasPreview = bRetValue = sal_True; in GraphicImport() 558 bHasPreview = bRetValue = sal_True; in GraphicImport() 677 bHasPreview = bRetValue = sal_True; in GraphicImport() 727 bRetValue = sal_True; in GraphicImport() 738 return ( bRetValue ); in GraphicImport()
|
/aoo41x/main/oox/source/export/ |
H A D | drawingml.cxx | 111 bool bRetValue = false; in GetProperty() local 116 bRetValue = true; in GetProperty() 119 return bRetValue; in GetProperty() 124 bool bRetValue = false; in GetPropertyAndState() local 129 bRetValue = true; in GetPropertyAndState() 134 return bRetValue; in GetPropertyAndState()
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | configurationaccess.cxx | 546 sal_Bool bRetValue = bDefault; in GetConfigProperty() local 547 if ( ! ( GetConfigProperty( ePropertyToken ) >>= bRetValue ) ) in GetConfigProperty() 548 bRetValue = bDefault; in GetConfigProperty() 549 return bRetValue; in GetConfigProperty()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 1675 sal_Bool bRetValue = FALSE; in ImplGetBoundingBox() local 1730 bRetValue = TRUE; in ImplGetBoundingBox() 1732 return bRetValue; in ImplGetBoundingBox() 1737 sal_Bool bRetValue = FALSE; in drawEPS() local 1883 bRetValue = TRUE; in drawEPS() 1888 return bRetValue; in drawEPS()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salgdi.cxx | 744 PM_BOOL bRetValue = FALSE; in ImplGetBoundingBox() local 799 bRetValue = TRUE; in ImplGetBoundingBox() 801 return bRetValue; in ImplGetBoundingBox()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 876 sal_Bool bRetValue = sal_True; in GetPropertyValue() local 879 bRetValue = sal_False; in GetPropertyValue() 889 bRetValue = sal_False; in GetPropertyValue() 892 if ( bRetValue ) in GetPropertyValue() 902 bRetValue = sal_False; in GetPropertyValue() 905 return bRetValue; in GetPropertyValue() 948 sal_Bool bRetValue = sal_True; in ImplGetPropertyValue() local 967 bRetValue = sal_False; in ImplGetPropertyValue() 969 return bRetValue; in ImplGetPropertyValue() 1225 if ( bRetValue ) in ImplGetStyleSheets() [all …]
|
/aoo41x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 2740 sal_Bool bRetValue = sal_False; in ImplGetBoundingBox() local 2801 bRetValue = sal_True; in ImplGetBoundingBox() 2803 return bRetValue; in ImplGetBoundingBox()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 1334 sal_Bool bRetValue = sal_False; in MousePressed() local 1335 if (aRet >>= bRetValue) in MousePressed() 1337 if (bRetValue) in MousePressed()
|